23andMe / Yamale

A schema and validator for YAML.
MIT License
679 stars 88 forks source link

Enbable 'yamale -v' for version. #197

Closed tjlaboss closed 2 years ago

tjlaboss commented 2 years ago

From the command line, you can now do:

$ yamale -v
4.0.3
$ yamale --version
4.0.3
mechie commented 2 years ago

Suggestion: change -v to -V to match the Python CLI flags. This keeps -v open for a possible verbosity flag, and matches Python's general "flag vocabulary", so to speak.

tjlaboss commented 2 years ago

Done.

mildebrandt commented 2 years ago

Looks good, thanks!