Skip to content

Releases: florianwolz/cobalt

Pre-Release: 0.3

21 Dec 14:44
Compare
Choose a tag to compare
Pre-Release: 0.3 Pre-release
Pre-release

Added support for Bazelbuild.

Pre-Release: 0.2

21 Dec 12:21
Compare
Choose a tag to compare
Pre-Release: 0.2 Pre-release
Pre-release
Implemented persistent flags

So far it was not possible to properly use persistent flags in the class
DSL since it is not possible to simply access the class members of the
parent commands.

This was solved by supplying a `Lookup` function that will return the
value of all persistent flags.

Additional changes:
 - [ ] updated Readme
 - [ ] fixed printing of flags; persistent flags are now properly
   printed

Pre-Release: 0.1

03 Jun 21:37
Compare
Choose a tag to compare
Pre-Release: 0.1 Pre-release
Pre-release

This is a (first) complete implementation of the important features of the CLI parser.