Releases: jaffee/commandeer
Releases · jaffee/commandeer
v0.6.0
add support for "wrapped" types using some unsafe shenanigans
v0.5.0
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
Merge branch 'master' of github.com:jaffee/commandeer
v0.3.0
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
Environment variables, and more flexibility!