feature: add command to run tasks
This commit is contained in:
parent
63c20cfc87
commit
5387210844
8 changed files with 160 additions and 17 deletions
|
|
@ -66,6 +66,7 @@ pub enum Command {
|
|||
path: PathBuf,
|
||||
},
|
||||
Query,
|
||||
Run,
|
||||
#[clap(skip)]
|
||||
None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue