netsky 0.2.0

netsky CLI: the viable system launcher and subcommand dispatcher
Documentation
//! Subcommand implementations. One module per subcommand; each exposes
//! a `run()` entry point called from `cli::dispatch`.

pub mod db_diag;

pub mod agent;
pub mod agentinfinity;
pub mod agentinit;
pub mod ai;
pub mod analytics;
pub mod attach;
pub mod calendar;
pub mod channel;
pub mod clone;
pub mod config;
pub mod cron;
pub mod dev;
pub mod doctor;
pub mod down;
pub mod drill;
pub mod drive;
pub mod email;
pub mod escalate;
pub mod events;
pub mod gates;
pub mod handoffs;
pub mod hooks;
pub mod imessage;
pub mod ingest;
pub mod init;
pub mod io;
pub mod iroh;
pub mod launchd;
pub mod loop_cmd;
pub mod morning;
pub mod onboard;
pub mod prompts;
pub mod query;
pub mod restart;
pub mod restart_request;
pub mod session;
pub mod setup;
pub mod skill;
pub mod status;
pub mod sync;
pub mod task;
pub mod tasks;
pub mod test;
pub mod tick;
pub mod up;
pub mod watchdog;
pub mod watchdog_events;
pub mod workspace;