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 2026-07-10 12:31:40 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
bf043f411baf4e1d3074be3e4941f514b801b384
task/taskfile/call.go

8 lines
105 B
Go
Raw Normal View History

Move all structs related to Taskfile to its own package
2018-02-17 14:22:18 -02:00
package taskfile
// Call is the parameters to a task call
type Call struct {
Task string
Refactor variables: Keep order of declaration This shouldn't have any behavior changes for now. This is a code refactor that should allow us to do further improvements on how variables are handled, specially regarding respecting the declaration order in Taskfiles, which should make it easier for the users. Initial work on #218
2020-03-29 16:54:59 -03:00
Vars *Vars
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: 89ms Template: 5ms
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