Releases: clap-rs/clap
Releases · clap-rs/clap
v1.4.2
v1.4.1
v1.4.1 (2015-09-22)
Examples
- add clap_app quick example (4ba6249c)
Features
- Unicode: allows non-panicing on invalid unicode characters (c5bf7ddc)
Documentation
- properly names Examples section for rustdoc (87ba5445)
- fixes various typos and spelling (f85640f9)
- Arg: unhides fields of the Arg struct (931aea88)
Bug Fixes
v1.4.0
v1.4.0 (2015-09-09)
Features
v1.3.2
v1.3.2 (2015-09-08)
Documentation
Bug Fixes
- fixes a bug where the help subcommand wasn't overridable (94003db4)
Features
v1.3.1
v1.3.0
v1.3.0 (2015-09-01)
Features
- YAML: allows building a CLI from YAML files (86cf4c45)
- ArgGroups: adds support for building ArgGroups from yaml (ecf88665)
- Subcommands: adds support for subcommands from yaml (e415cf78)
Documentation
- YAML: adds examples for using YAML to build a CLI (ab41d7f3)
- Args from YAML: fixes doc examples (19b348a1)
- Examples: adds better usage examples instead of having unused variables (8cbacd88)
Examples
- Add AppSettings example (12705079)