Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Releases: dtolnay/gflags

0.3.12

18 Dec 21:06
0.3.12
ef78a05
Compare
Choose a tag to compare
  • Update inventory dependency to 0.3

0.3.11

22 Jan 01:21
0.3.11
4d7fd09
Compare
Choose a tag to compare

0.3.10

22 Jan 01:21
0.3.10
bdb2ddf
Compare
Choose a tag to compare
  • Replace SeqCst with more precise atomic orderings

0.3.9

10 Nov 05:03
0.3.9
76f5391
Compare
Choose a tag to compare
  • Update to inventory 0.2 (#18)

0.3.8

18 Mar 21:43
0.3.8
87770ba
Compare
Choose a tag to compare
  • 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)

0.3.7

07 Oct 10:53
0.3.7
2c68e63
Compare
Choose a tag to compare
Release 0.3.7

0.3.6

21 Sep 23:55
0.3.6
c464831
Compare
Choose a tag to compare
  • Accept quoted string in placeholder position (#14)

    gflags::define! {
        /// Address to listen on
        -a, --addr <"HOST:PORT"> = "localhost:8080"
    }

0.3.5

21 Sep 23:54
0.3.5
3165f5e
Compare
Choose a tag to compare
Release 0.3.5

0.3.4

16 Apr 00:32
0.3.4
ed80b2c
Compare
Choose a tag to compare
Release 0.3.4

0.3.3

22 Mar 18:59
0.3.3
4b3f2b4
Compare
Choose a tag to compare
Release 0.3.3