feature: add command to query tasks
This commit is contained in:
parent
71c11eaa84
commit
63c20cfc87
7 changed files with 184 additions and 8 deletions
|
|
@ -65,6 +65,7 @@ pub enum Command {
|
|||
/// Path to the file
|
||||
path: PathBuf,
|
||||
},
|
||||
Query,
|
||||
#[clap(skip)]
|
||||
None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue