New
- (testing) Added
@flagsaver.as_parsed: this allows saving/restoring flags
using string values as if parsed from the command line and will also reflect
other flag states after command line parsing, e.g..presentis set.
Changed
- (logging) If no log dir is specified
logging.find_log_dir()now falls back
totempfile.gettempdir()instead of/tmp/.
Fixed
- (flags) Additional kwargs (e.g.
short_name=) toDEFINE_multi_enum_class
are now correctly passed to the underlyingFlagobject.