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
When using cmdrunner, single words contained inside square brackets are stripped from the output.
cmdrunner
Here's an example command:
#!/bin/sh echo "this is a [hidden] test" echo "this is a [hidden] test [but you can see me!]" echo "this is a [hidden] test [hello]"
And what it looks like:
You'll notice that only the brackets containing a single word are stripped from each of the lines.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What's broken?
When using
cmdrunner
, single words contained inside square brackets are stripped from the output.Here's an example command:
And what it looks like:
You'll notice that only the brackets containing a single word are stripped from each of the lines.
The text was updated successfully, but these errors were encountered: