//! Subcommand bodies. At T0 every module exports stub `run`/`login`/etc.
//! handlers that return `OlError::new(OL_42xx, "not yet implemented in P1.TX")`.
//! Tasks T1–T8 replace these stubs in turn.
pub mod auth;
pub mod bindings;
pub mod config;
pub mod doctor;
pub mod editor;
pub mod init;
pub mod listen;
pub mod new;
pub mod providers;
pub mod publish;
pub mod register;
pub mod self_update;
pub mod shared;
pub mod tail;
pub mod tools;
pub mod trigger;