cbLang icon indicating copy to clipboard operation
cbLang copied to clipboard

[Suggestion] Pass additional arguments after "--compile" to pyinstaller.

Open andriemc opened this issue 2 years ago • 1 comments

Basically allowing us to use pyinstaller arguments when compiling.

andriemc avatar Apr 10 '23 13:04 andriemc

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.

ConnorTippets avatar Apr 13 '25 20:04 ConnorTippets