fn match_first_argument(task: &str, args: &mut Args)
Expand description
Get the first argument is the task: new_auto_for_cli.
The task new
is processed by cargo-auto
.
All other tasks are processed by the used defined automation_tasks_rs
.
In development use: cargo run -- new_auto_for_cli
.