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

brew install testscript, where to send bugs, how upstream sync works? #263

Open
abitrolly opened this issue Jun 25, 2024 · 2 comments
Open

Comments

@abitrolly
Copy link

I've packed testscript into Homebrew, so now you can do this.

brew install testscript

The testscript, if executed without parameters, waits for input from stdin, while --help says

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?

@mvdan
Copy link
Collaborator

mvdan commented Aug 16, 2024

Tracking this issue here is correct. I think sending a PR to do this change would be fine.

@abitrolly
Copy link
Author

@mvdan I've sent a smaller PR to test contribution process ) #269

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

No branches or pull requests

2 participants