fix: Typos in documentation to CompleteEnv

This commit is contained in:
a-kenji 2024-08-20 22:12:16 +02:00
parent 5034cabe54
commit 4fbbc3a6ca

View file

@ -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