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

Verbose mode #21

Open
legendecas opened this issue Oct 7, 2019 · 0 comments
Open

Verbose mode #21

legendecas opened this issue Oct 7, 2019 · 0 comments

Comments

@legendecas
Copy link

It might be useful if the scripts could be ran in verbose mode. In which mode each command would be printed before execute.

echo:
    echo foo

Run bake --verbose echo with above Bakefile:

 + Executing echo:
 |  + echo foo
 |  foo
 + Done.

Alternatives:

I found the --debug option, but it is too verbose to be used in actual usage: it prints bake internal stuff. Also, the option is hidden.

@legendecas legendecas mentioned this issue Oct 7, 2019
1 task
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

Successfully merging a pull request may close this issue.

1 participant