TekWizely
TekWizely
See [Run Project](https://github.com/TekWizely/run) for example
Adds ability to configure environment variables to be set when invoking hook commands. Variables are configured via hook "args" using the following argument pattern: --hook:env:NAME=VALUE feat: Add support for "--hook:error-on-output"...
closes #25 Looks like I was supposed to be using `%b` all along: * https://www.unix.com/man-page/posix/1posix/printf/ > ... An additional conversion specifier character, b , shall be supported as follows. The...
ignore-file patterns are based on simple bash pattern matching. Vendor exclusions are now subject to the ignore-dir logic. --- Relates to #23, #24, #37 cc: @balihb Hoping you can help...