We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9fd356 + 0bb71a0 commit d045daaCopy full SHA for d045daa
src/lib.rs
@@ -62,6 +62,7 @@
62
//! - [shadow-rs](https://crates.io/crates/shadow-rs) for generating `Command::long_version`
63
//! - [clap_mangen](https://crates.io/crates/clap_mangen) for generating man page source (roff)
64
//! - [clap_complete](https://crates.io/crates/clap_complete) for shell completion support
65
+//! - [clap-i18n-richformatter](https://crates.io/crates/clap-i18n-richformatter) for i18n support with `clap::error::RichFormatter`
66
//!
67
//! CLI Helpers
68
//! - [clio](https://crates.io/crates/clio) for reading/writing to files specified as arguments
0 commit comments