Logo
Explore Help
Register Sign In
Mirrors/task
1
0
Fork 0
You've already forked task
mirror of https://github.com/go-task/task.git synced 2025-12-18 04:37:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
247c2586c2f2743f68dc3ac29e82f5b769cfe3dc
task/taskfile/ast/call.go

10 lines
183 B
Go
Raw Normal View History

refactor: taskfile/ast package (#1450) * refactor: ast package * feat: read -> taskfile * refactor: taskfile.Taskfile -> taskfile.Read * refactor: move merge function back into taskfile package * refactor: rename taskfile.go to read.go
2023-12-29 20:32:03 +00:00
package ast
Move all structs related to Taskfile to its own package
2018-02-17 14:22:18 -02:00
// Call is the parameters to a task call
type Call struct {
fix: ensure that calls to other tasks can be silenced (#680)
2023-04-27 08:23:45 +02:00
Task string
Vars *Vars
Silent bool
feat: implement gentle force experiment draft (#1216) * feat: implement gentle force experiment draft * docs: changelog
2023-06-18 02:32:18 +01:00
Direct bool // Was the task called directly or via another task?
Move all structs related to Taskfile to its own package
2018-02-17 14:22:18 -02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 71ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API