Expand description
This module bundles a lot of good CLI tools, and adds some of it’s own, to make development of CLI apps easier and more ergonomic.
Re-exports§
pub use clap;pub use comfy_table;pub use console;pub use dialoguer;pub use exitcode;pub use human_panic;pub use indicatif;pub use shlex;pub use strum;
Modules§
- Utilities for parsing options and arguments on the start of a CLI application
- Utilities for formatting, bordering, aligning and printing text content
- Create easy and well defined REPLs