cbLang
cbLang copied to clipboard
[Suggestion] Pass additional arguments after "--compile" to pyinstaller.
Basically allowing us to use pyinstaller arguments when compiling.
See that would be a good thing, but the truth is that the program literally doesn't take arguments past what it needs to. Literally, check the code yourself, even when you just run a .cb, it doesn't pass LITERALLY ANY arguments to the file. You HAVE to compile your program if you want to write something that takes arguments. Quite a huge design flaw.