Documentation ¶ Index ¶ Variables func Parse(args ...string) ([]taskfile.Call, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrVariableWithoutTask is returned when variables are given before any task ErrVariableWithoutTask = errors.New("task: variable given before any task") ) Functions ¶ func Parse ¶ func Parse(args ...string) ([]taskfile.Call, error) Parse parses command line argument: tasks and vars of each task Types ¶ This section is empty. Source Files ¶ View all Source files args.go Click to show internal directories. Click to hide internal directories.