mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
Merge pull request #2603 from hosseind88/remove-a-redundant-word-in-AppSettings-NoBinaryName-enum-explanation
Remove a redundant word in AppSettings::NoBinaryName enum explanation
This commit is contained in:
commit
8ff68080e6
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ pub enum AppSettings {
|
||||||
InferLongArgs,
|
InferLongArgs,
|
||||||
|
|
||||||
/// Specifies that the parser should not assume the first argument passed is the binary name.
|
/// Specifies that the parser should not assume the first argument passed is the binary name.
|
||||||
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where one
|
/// This is normally the case when using a "daemon" style mode, or an interactive CLI where
|
||||||
/// one would not normally type the binary or program name for each command.
|
/// one would not normally type the binary or program name for each command.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Reference in a new issue