//! Subcommand implementations.
//!//! Each module here is the thin wrapper for one subcommand. The long-lived
//! supervisor role itself lives in [`crate::supervisor`]; `supervise` is only
//! the hidden subcommand that enters it.
pub(crate)modkill;pub(crate)modlist;pub(crate)modresume;pub(crate)modrun;pub(crate)modsupervise;