We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In particular, the run_command function should allow for simultaneous logging to a file and display (if wanted)
Something like a verbose option and a logfile option.
verbose
logfile
The text was updated successfully, but these errors were encountered:
Also, log the command run at the top of the logfile
Sorry, something went wrong.
For now best way is | tee -a logfile.log 2>&1 after the command.
| tee -a logfile.log 2>&1
No branches or pull requests
In particular, the run_command function should allow for simultaneous logging to a file and display (if wanted)
Something like a
verbose
option and alogfile
option.The text was updated successfully, but these errors were encountered: