Skip to content
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

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

Closed
andriemc opened this issue Nov 23, 2022 · 1 comment
Closed

Comments

@andriemc
Copy link

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.

@Ceebox
Copy link
Owner

Ceebox commented Nov 23, 2022

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.

@andriemc andriemc closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2023
@andriemc andriemc reopened this Jan 26, 2023
@andriemc andriemc closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants