-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
Let --exec
print final commands?
#943
Comments
Some other options (mentioned in the PR):
|
@tmccombs Note that this feature request is slightly different, as it asks for the printing of the command just before it is being executed (not a dry run). So the |
It is somehow different from |
This issue was closed as completed, but I'm confused. What is the fix? How can I make The only solution I found was to resort to using
|
It is helpful for debugging and showing progress
The idea is
It's like
set -x
for bash.The text was updated successfully, but these errors were encountered: