mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 22:02:35 +00:00
docs(builder): Note the type for 'Count'
This commit is contained in:
parent
ec9d180e11
commit
ab08a3069a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ pub enum ArgAction {
|
|||
/// );
|
||||
/// ```
|
||||
SetFalse,
|
||||
/// When encountered, increment a counter
|
||||
/// When encountered, increment a `u64` counter
|
||||
///
|
||||
/// No value is allowed
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue