blampe / goat

Render ASCII art as SVG diagrams
MIT License
666 stars 44 forks source link

Just hangs on windows. #38

Closed hallambaker closed 1 week ago

hallambaker commented 1 week ago

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 commented 1 week ago

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.