rtb-cli — standalone module¶
rtb-cli was extracted from this monorepo into the
phpboyscout Rust toolkit (Wave 5 of the
multi-repo decomposition),
alongside its runtime-family siblings rtb-docs, rtb-update, and
rtb-mcp. The crate name, API, and behaviour are unchanged — it
remains the entry-point crate every downstream tool's main() touches
(Application::builder, the clap materialisation of
BUILTIN_COMMANDS, tracing + miette wiring, signal binding, and the
sanctioned browser::open_url wrapper).
- Docs: https://cli.rust.phpboyscout.uk
- API reference: https://docs.rs/rtb-cli
- Source: https://gitlab.com/phpboyscout/rust/cli
Its design records remain in this repo's spec series.