feature: add command to run tasks

This commit is contained in:
Alexander Navarro 2025-05-12 16:40:41 -04:00
parent 63c20cfc87
commit 5387210844
8 changed files with 160 additions and 17 deletions

View file

@ -66,6 +66,7 @@ pub enum Command {
path: PathBuf,
},
Query,
Run,
#[clap(skip)]
None,
}