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
Problem: when executing tic80 -h it seems to output nothing BUT if I writetic80 -h >>OUT.TXT then file OUT.TXT appears with output exactly what's expected
Usage: tic80 [cart] [options]
TIC-80 startup options:
-h, --help show this help message and exit
--skip skip startup animation
--nosound disable sound output
--fullscreen enable fullscreen mode
--fs=<str> path to the file system folder
--scale=<int> main window scale
--cmd=<str> run commands in the console
Possible solution? Make ArgParse module write into stdout not stderr or wherever it is writing now
The text was updated successfully, but these errors were encountered:
OS: Windows
Problem: when executing
tic80 -h
it seems to output nothing BUT if I writetic80 -h >>OUT.TXT
then file OUT.TXT appears with output exactly what's expectedPossible solution? Make ArgParse module write into stdout not stderr or wherever it is writing now
The text was updated successfully, but these errors were encountered: