Merge pull request #3779 from epage/docs

docs(builder): Note the type for 'Count'
This commit is contained in:
Ed Page 2022-06-01 16:59:58 -05:00 committed by GitHub
commit 758f3fff18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ pub enum ArgAction {
/// );
/// ```
SetFalse,
/// When encountered, increment a counter
/// When encountered, increment a `u64` counter
///
/// No value is allowed
///