module

Sam

Constants

TASK_SEPARATOR = "@"

Task separation symbol used in command line.

VERSION = "0.3.2"

Class methods

desc(description)
Source
find(path)
Source
find!(path)
Source
generate_makefile(sam_path)
Source
help
Source
invoke(name, args : Args)
Source
invoke(name, args : Array(String))
Source
invoke(name)
Source
namespace(name : String, &)
Source
pretty_print
Source
task(name, dependencies = [] of String, &block : Task, Args -> Void)

delegates call to root namespace

Source

Nested types