-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Command line arguments do not work anymore in the latest commit #1267
Comments
Dev version has new command-line arguments since #1247 $ ./tic80 -h
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 So, to embed the code to the cart you could call |
The reason why I want you to keep code importing is because I have somewhat of JavaScript build pipeline where JavaScript code is built from multiple little source files as editing 2k long file is kind of... frustrating. I do not want to be forced to use typescript as it may produce additional bugs and possibly errors that TIC-80 reports may be incorrect leading into harder debugging |
I see, I'll try to restore |
I restored |
I use
tic80/tic80.exe cart.js -code code.js
to test my code changes but since I had upgraded to latest version of TIC-80 now the console shows nothing and returns error code 1The text was updated successfully, but these errors were encountered: