mumoshu / variant2

Turn your bash scripts into a modern, single-executable CLI app today
MIT License
143 stars 11 forks source link

feat: support a `--trace` or `--debug` flag #11

Closed osterman closed 4 years ago

osterman commented 4 years ago

what

use-case

mumoshu commented 4 years ago

@osterman Hey! Thanks for this - Please read https://github.com/mumoshu/variant2#debugging-commands to see how it works. I've chosen the envvar to enable tracing, so that we don't pollute user defined variant run flags.

osterman commented 4 years ago

Make sense. Thanks!!