We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5034cab + 4fbbc3a commit 87647d2Copy full SHA for 87647d2
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