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
brew install testscript
I've packed testscript into Homebrew, so now you can do this.
testscript
The testscript, if executed without parameters, waits for input from stdin, while --help says
stdin
--help
The special filename "-" is interpreted as the standard input.
Because there is already "-" for handling stdin input, I think that program without parameters should output --help. However,
I am not sure where to report the bug/request this feature?
Should it be here, or somewhere in Go internals tracker? How does this code gets changes from upstream?
The text was updated successfully, but these errors were encountered:
Tracking this issue here is correct. I think sending a PR to do this change would be fine.
Sorry, something went wrong.
@mvdan I've sent a smaller PR to test contribution process ) #269
No branches or pull requests
I've packed
testscript
into Homebrew, so now you can do this.The
testscript
, if executed without parameters, waits for input fromstdin
, while--help
saysBecause there is already "-" for handling
stdin
input, I think that program without parameters should output--help
. However,I am not sure where to report the bug/request this feature?
Should it be here, or somewhere in Go internals tracker? How does this code gets changes from upstream?
The text was updated successfully, but these errors were encountered: