structopt v0.2.8 Release Notes
Release Date: 2018-04-28 // over 7 years ago-
- Add
StructOpt::from_iter_safe()
, which returns anError
instead of killing the program when it fails to parse, or parses one of the short-circuiting flags. (#98 by @quodlibetor) - ๐ Allow users to enable
clap
features independently by @Kerollmops - ๐ Fix a bug when flattening an enum (#103 by @TeXitoi
- Add