clap-rs v1.3.0 Release Notes

Release Date: 2015-09-01 // over 8 years ago
  • ๐Ÿ”‹ 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

    ๐Ÿ› Bug Fixes

    • Unified Help Messages: fixes a crash from this setting and no opts (169ffec1, closes #210)