You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cat test-twee/trivial.twee | tweego -f jailbird -
warning: path -: Reading from standard input is unsupported.
error: Starting passage "Start" not found.
Passing files via stdin is useful in many situations including as part of toolchains and in docker-based environments. This should be as simple as seeing if sources is empty and reading from os.Stdin instead.
The text was updated successfully, but these errors were encountered:
Passing files via stdin is useful in many situations including as part of toolchains and in docker-based environments. This should be as simple as seeing if
sources
is empty and reading fromos.Stdin
instead.The text was updated successfully, but these errors were encountered: