module Sam
Extended Modules
Defined in:
sam.crsam/args.cr
sam/dsl.cr
sam/exceptions.cr
sam/execution.cr
sam/makefile.cr
sam/namespace.cr
sam/shell_table.cr
sam/task.cr
Constant Summary
-
TASK_SEPARATOR =
"@"
-
Task separation symbol used in command line.
-
VERSION =
"0.4.2"
Class Method Summary
- .desc(description)
- .find(path : String)
- .help
- .invoke(name, args : Array(String))
- .namespace(name : String, &)
-
.task(name, dependencies = [] of String, &block : Task, Args -> Void)
delegates call to root namespace
Class Method Detail
delegates call to root namespace