Skip to content

Commit

Permalink
Merge pull request #5689 from a-kenji/fix-typo
Browse files Browse the repository at this point in the history
fix: Typos in documentation to `CompleteEnv`
  • Loading branch information
epage committed Aug 20, 2024
2 parents 5034cab + 4fbbc3a commit 87647d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clap_complete/src/env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ pub use shells::*;

/// Environment-activated completions for your CLI
///
/// Benefits over CLI a completion argument or subcommand
/// - 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
/// - Flexibility: there is no concern over it interfering with other CLI logic
///
/// **Warning:** `stdout` should not be written to before [`CompleteEnv::complete`] has had a
Expand Down

0 comments on commit 87647d2

Please sign in to comment.