Releases: z5labs/pflag
Releases · z5labs/pflag
v0.6.2
Bug Fixes
build : added const_type_id attribute for building on latest rust 1.47.0
v0.6.1
Bug Fixes
flag: properly check if flag value is the default value for the type (075bbd3 )
v0.6.0
!Breaking Change!
value: string::ToString is required to also be implemented by all Values (adee589 )
Features
flagset: value_of now returns a result with an informative error (54a86e6 )
Bug Fixes
flagset: default value are now set based on initial value given (#15 ) (adee589 )
v0.5.2
Bug Fixes
flagset: recognize single dash as a positional arg (#13 ) (ec0a5a2 )
v0.5.1
Bug Fixes
value/slice: multi value flags now append instead of overwriting (c5f2036 )
v0.5.0
Features
flagset: easily define a flag with a custom Value implementation (#9 ) (1becf58 )
flagset: support time duration (#11 ) (6f680f7 )
value: support downcasting (#10 ) (daf478d )
v0.4.1
Bug Fixes
flagset: correctly parse shorthand flags with values (#7 ) (63dd2dd )
v0.4.0
Features
flagset: support multi valued flags (#4 ) (689f31f )
value: pass set errors up (cabb017 )
v0.2.1
Bug Fixes
build: forgot to bump version in Cargo.toml
You can’t perform that action at this time.