Expand description
imsg CLI โ library surface backing the imsg binary, plus the doc/completion generators
under examples/ that need Cli::command() from outside the binary crate.
Modulesยง
- cli
- Command-line surface: global options and the subcommand tree.
- commands
- Subcommand handlers and the top-level dispatch.
- fmt
- Display formatting helpers shared across subcommand renderers.
- output
- Stdout writing that exits cleanly on a closed pipe instead of panicking.
- progress
- Top-level progress UI: a spinner shown during network-bound commands.