v0.12.0 Feature release
This feature release brings template functions to aid in crafting argument passing to invokers.
Feature Highlight
- New
arg
,args
,.osArgs
andrun
template functions. - Driver program can be renamed.
- Can configure the runner to remove the
run
sub-command to allow natural proxy to invokers.
More info in the documentation.
Note that this is the last release to use packr boxes as #73 will be implemented soon. We will be removing the packr dependency in favor of go 1.16 embed feature.
What's Changed
- adds args,osArgs predefined data for config tmpl by @davidovich in #63
- adds template naming according to driver exe name by @davidovich in #64
- Better makefile in scaffolded data by @davidovich in #65
- allow anchoring invocables directly to main command by @davidovich in #68
- Fix default outputdir by @davidovich in #70
- Simplify testing helpers by @davidovich in #74
- Allow running commands by @davidovich in #75
Full Changelog: v0.11.0...v0.12.0