structopt v0.2.8 Release Notes

Release Date: 2018-04-28 // over 7 years ago
    • Add StructOpt::from_iter_safe(), which returns an Error 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