diff --git a/src/main.rs b/src/main.rs index 72c5c19..28052dd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,13 +18,15 @@ fn main() { } }; - // Start program flow + // Command matcher match matches.subcommand() { + // gst projects ("projects", Some(_matches)) => { console::info("List of projects"); cmd::get_projects(&config_file); } + // gst tasks [--project] ("tasks", Some(matches)) => { console::info("List of tasks"); let project = matches.value_of("project")