v0.16.0 Feature Release
New {{ swallowargs }}
template function and destination dir for the {{ summon }}
function.
swallowargs
: use this when you do not want command-line specified args to be appended to the execution handle, which is the default behavior in summon.- The
summon
template function now takes an optional second parameter to specify where the file should be summoned to, similarly to the-o
command line argument.
Bugs fixed:
- When using summon without the
run
sub-command, you could not use the--tree
flag as advertised by help. This has been fixed.
What's Changed
- Modernize by @davidovich in #92
- removes circle-ci integration by @davidovich in #93
- adds github actions badge by @davidovich in #94
- re-enable coverage publish by @davidovich in #95
- clone using https and PAT by @davidovich in #96
- adds destination when not able to scaffold by @davidovich in #97
- adds a swallowargs template function by @davidovich in #98
- teach the summon templ func to allow dest by @davidovich in #99
- withoutRunCmd config --tree should imply --ls by @davidovich in #101
Full Changelog: v0.15.0...v0.16.0