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

CLI does not complain about unexpected non-flag arguments #38

Open
hallambaker opened this issue Nov 19, 2024 · 1 comment
Open

CLI does not complain about unexpected non-flag arguments #38

hallambaker opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels

Comments

@hallambaker
Copy link

I had goat running fine. Then there were changes to go and now when I try to create images, it just hangs

go version
go version go1.23.3 windows/amd64

goat aa.txt > aa.svg

Any ideas?

@dmullis
Copy link
Collaborator

dmullis commented Nov 23, 2024

Waiting on standard input; filenames on the command line are not read by current main #177de93 2024-07-30. See the -h usage message.

This may be an undocumented change in CLI behavior. A peril of pre-release software, sorry.

@dmullis dmullis closed this as completed Nov 23, 2024
@dmullis dmullis changed the title Just hangs on windows. CLI does not complain about unexpected non-flag arguments Dec 13, 2024
@dmullis dmullis self-assigned this Dec 13, 2024
@dmullis dmullis added the bug label Dec 13, 2024
@dmullis dmullis reopened this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants