macro_rules! wubba_lubba_dub_dub {
    ($d : expr ; $($t : expr),*) => { ... };
}
Expand description

Register tasks with CLI entrypoint. The first entry is the default task, When no tasks are named in CLI arguments.