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

Fix long version of options --help and --command #155

Closed
wants to merge 2 commits into from

Conversation

cirosantilli
Copy link

@cirosantilli cirosantilli commented Nov 6, 2018

Otherwise, those options would fail with:

getopt.GetoptError: option --help not recognized

Allow setting the context from the command line with --context

Sample invocation:

ipdb --context 21 main.py

Sample invocation:

ipdb --context 21 main.py

Otherwise, those options would fail with:

    getopt.GetoptError: option --help not recognized
Sample invocation:

    ipdb --context 21 main.py
@cirosantilli cirosantilli changed the title Fix long version of options --help and --command Fix long version of options --help and --command and Allow setting the context from the command line with --context Sample invocation: ipdb --context 21 main.py Nov 6, 2018
@cirosantilli cirosantilli changed the title Fix long version of options --help and --command and Allow setting the context from the command line with --context Sample invocation: ipdb --context 21 main.py Fix long version of options --help and --command Nov 6, 2018
@blueyed
Copy link
Contributor

blueyed commented Nov 3, 2019

Done in 48dff15?

@cirosantilli
Copy link
Author

lol

@gotcha
Copy link
Owner

gotcha commented Nov 3, 2019

@cirosantilli @blueyed Seems I forgot to close the issue. Thanks !

@cirosantilli
Copy link
Author

Also sorry, I shouldn't have been impolite, thanks for this free software!

@blueyed
Copy link
Contributor

blueyed commented Nov 3, 2019

@cirosantilli yeah, I was a bit confused initially, and thought it was a comment on my PR (#173) - thinking I've might have missed something.
No worries.

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

Successfully merging this pull request may close these issues.

None yet

3 participants