1 2 3 4 5 6
//! Subcommands invoked from `main.rs` argv parsing. Kept separate //! from the library surface in `lib.rs` so the TUI code path doesn't //! pull in HTTP / archive-extraction deps unless `bosun update` is //! actually invoked. pub mod update;