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

@ -1,5 +1,5 @@
mod error;
pub mod sql;
pub mod task_manager;
pub mod config;
pub mod readwise;