Add support for debug mode #2
Labels
cli
related to the cli package
enhancement
New feature or request
good first issue
Good for newcomers
when running with debug flag:
npx copasta hello-world --debug
stateful logs should be part of the output in the terminalfor example:
isDebugMode && console.log('args =>',args)
isDebugMode && console.log('cwd() =>',cwd())
and more, be creative :-)
The text was updated successfully, but these errors were encountered: