From 5afc36b7989c7745f1ea26c0bdb46219f79004b7 Mon Sep 17 00:00:00 2001 From: bonedaddy Date: Mon, 23 Aug 2021 00:45:01 -0700 Subject: [PATCH] update command matching --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 19bc58c..076b76f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ async fn process_matches<'a>( } _ => return Err(anyhow!("failed to match subcommand")), }, - ("crank", Some(run_crank)) => { + ("run", Some(run_crank)) => { let cfg = Arc::new(config::Configuration::load( config_file_path.as_str(), false,