module Sam
Defined in:
sam/args.crsam/namespace.cr
sam/task.cr
sam/version.cr
sam.cr
Constant Summary
-
VERSION =
"0.2.3"
Class Method Summary
- .desc(description)
- .find(path)
- .find!(path)
- .generate_makefile(sam_path)
- .help
- .invoke(name, args : Args)
- .invoke(name, args : Array(String))
- .invoke(name)
- .namespace(name : String, &block)
- .pretty_print
-
.task(name, dependencies = [] of String, &block : Task, Args -> Void)
delegates call to root namespace
Class Method Detail
delegates call to root namespace