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 a verbose mode #20

Open
rjw1 opened this issue Sep 17, 2020 · 2 comments
Open

Add a verbose mode #20

rjw1 opened this issue Sep 17, 2020 · 2 comments

Comments

@rjw1
Copy link
Member

rjw1 commented Sep 17, 2020

Add a verbose mode which basically sets set -x on all the scripts or makes unquitens commands which are run.

@olivia-work
Copy link
Contributor

Are you expecting for a mode where commands are run without being silenced or muted, so that the output of the commands is displayed as they are executed? If yes, although set -x is useful for debugging however, should this be by default or optional to the user?

I'm trying to understand why you would want this on all scripts will it be useful or add a lot of noise for the users of our tooling?

@rjw1
Copy link
Member Author

rjw1 commented Mar 27, 2023

it shoudl be optional. maybe by setting a TRACE env var.
https://www.shell-tips.com/bash/debug-script/#gsc.tab=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants