Skip to content

Support some command line options #44

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

Closed
ikanobori opened this issue Jul 4, 2014 · 4 comments
Closed

Support some command line options #44

ikanobori opened this issue Jul 4, 2014 · 4 comments

Comments

@ikanobori
Copy link
Contributor

I tried to use bpython -i foobar.py and it is not supported. At least -i and --help could be supported.


@ikanobori
Copy link
Contributor Author

I was using 0.9.3 on mac os x and -i didn't work. I will use trunk in the future


Original Comment By: Leonardo Santagada

@ikanobori
Copy link
Contributor Author

Sorry, I was being stupid. -i and --help should be delegated to the vanilla python interpreter and should work just fine. Can you give us a bit more info about the version you're using ?


Original Comment By:

@ikanobori
Copy link
Contributor Author

What version are you using? --help should be support in the latest release (implemented in
<>) and -i is supported in tip (implemented in <<changeset 9161f63ea4c3>>.)


Original Comment By: Andreas Stührk

@ikanobori
Copy link
Contributor Author

Hi,

We already support the -m and -V options, so I see no reason to exclude -i. I think it should be pretty simple and, yes, --help should be there too.

So yes, +1. :)


Original Comment By:

sebastinas added a commit that referenced this issue Jan 9, 2015
This is the bpython part of curtsies #44.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant