feature: add command to query tasks

This commit is contained in:
Alexander Navarro 2025-05-12 14:32:44 -04:00
parent 71c11eaa84
commit 63c20cfc87
7 changed files with 184 additions and 8 deletions

View file

@ -65,6 +65,7 @@ pub enum Command {
/// Path to the file
path: PathBuf,
},
Query,
#[clap(skip)]
None,
}