spawningpool-cli 0.3.0

CLI for spawningpool — create hyper-specific, 0-waste agents
1
2
3
4
5
6
7
//! The CLI's command handlers, one module per verb.

pub(crate) mod define;
pub(crate) mod delete;
pub(crate) mod list;
pub(crate) mod run;
pub(crate) mod show;