This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Releases: dtolnay/gflags
Releases · dtolnay/gflags
0.3.12
0.3.11
- Retrigger docs.rs build to work around rustdoc regression (rust-lang/rust#92331)
0.3.10
0.3.9
0.3.8
- Add
Flag::repeat_count
to expose the number of times an option is repeated on the command line; useful to control verbosity or debug level by repeating a boolean flag several times, as in-vv
for "very verbose" (repeat count 2) or-ddd
for debug level 3 (#17, thanks @slonik-az)