package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Dec 5, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Tasks struct {
Names []string `yaml:"global-names"`
AllTasks []Task `yaml:"all-tasks"`
}
ExecAll 当 realRun == true 时依次执行每个任务;
而当 realRun == false 时则只是依次检查每个任务,不会真的执行。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.