We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CompleteEnv
1 parent 5034cab commit 4fbbc3aCopy full SHA for 4fbbc3a
clap_complete/src/env/mod.rs
@@ -64,8 +64,8 @@ pub use shells::*;
64
65
/// Environment-activated completions for your CLI
66
///
67
-/// Benefits over CLI a completion argument or subcommand
68
-/// - Performance: we don't need to general [`clap::Command`] twice or parse arguments
+/// Benefits over a CLI completion argument or subcommand
+/// - Performance: we don't need to generate [`clap::Command`] twice or parse arguments
69
/// - Flexibility: there is no concern over it interfering with other CLI logic
70
71
/// **Warning:** `stdout` should not be written to before [`CompleteEnv::complete`] has had a
0 commit comments