Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for debug mode #2

Open
jacobra19 opened this issue Jul 27, 2024 · 0 comments
Open

Add support for debug mode #2

jacobra19 opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
cli related to the cli package enhancement New feature or request good first issue Good for newcomers

Comments

@jacobra19
Copy link
Owner

when running with debug flag: npx copasta hello-world --debug stateful logs should be part of the output in the terminal

for example: isDebugMode && console.log('args =>',args)
isDebugMode && console.log('cwd() =>',cwd())

and more, be creative :-)

@jacobra19 jacobra19 added enhancement New feature or request good first issue Good for newcomers labels Jul 27, 2024
@jacobra19 jacobra19 self-assigned this Aug 8, 2024
@jacobra19 jacobra19 added the cli related to the cli package label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to the cli package enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant