taskers-cli 0.7.0

CLI for querying and controlling the local taskers app.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    taskers_cli::run().await
}