cbLang icon indicating copy to clipboard operation
cbLang copied to clipboard

The Interpreter doesn't pass arguments to the python version of the file.

Open andriemc opened this issue 2 years ago • 2 comments
trafficstars

A command like:

cbLang test.cb test

should return something like "test" to the sys.argv thing right? Well. NO! It does not. And that's a major bug. Meaning any application using them will not work.

NOTE

The compiled / transpiled version will pass in the arguments already.

andriemc avatar Nov 23 '22 16:11 andriemc

A command like:

cbLang test.cb test

should return something like "test" to the sys.argv thing right? Well. NO! It does not. And that's a major bug. Meaning any application using them will not work.

NOTE

The compiled / transpiled version will pass in the arguments already.

I think this might be a pyinstaller bug, I'll have a look.

Ceebox avatar Nov 23 '22 16:11 Ceebox