Skip to content

Releases: jaffee/commandeer

v0.6.0

20 Sep 17:55
Compare
Choose a tag to compare
add support for "wrapped" types using some unsafe shenanigans

v0.5.0

27 Jul 19:20
Compare
Choose a tag to compare

Removed the feature where commandeer would generate shorthand flags from existing flag names. This is a breaking change, and those using generated shorthand flags will now need to specify them explicitly with the short:"<chr>" struct tag syntax.

v0.4.0

13 Nov 13:59
07c6265
Compare
Choose a tag to compare
Merge branch 'master' of github.com:jaffee/commandeer

v0.3.0

09 Oct 14:35
Compare
Choose a tag to compare

Add support for !embed to ignore an embedded struct's name when generating the flag name.
Add support loading pflag flags from the environment.

v0.2.0

01 Oct 19:39
Compare
Choose a tag to compare

Environment variables, and more flexibility!