Releases: pizzamig/structopt-flags
Releases · pizzamig/structopt-flags
0.3.6
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Added
- features: add
simplelog
as an optional feature along with theset_log_level()
method and theSetLogWithDefault
trait ConfigFile
andConfigFileNoDef
: options to provide a configuration file
Changed
- Make the
GetWithDefault
trait more ergonomic, using the Into trait
0.2.1
0.2.0
- Add the GetWithDefault trait, to allow users to define their own defaults
- LogLevelOpt and LotLevelOptLower, to pass log level as -L or -l
- VerboseNoDef, LogLevelNoDef, LogLevelNoDefLower: options with a user provided defaults
- HostV4Opt: first ipv4 address option
- HostV6Opt: first ipv6 address option
- HostOpt: first ip address option