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

pipenv open custom command help #3081 #3083

Closed
wants to merge 1 commit into from

Conversation

metakermit
Copy link
Contributor

@metakermit metakermit commented Oct 23, 2018

As discussed in #3081 clarifies how custom commands can be used with pipenv open.

To test:

$ pipenv run python -m pipenv open --help
Usage: __main__.py open [OPTIONS] MODULE

  View a given module in your editor, as defined by the EDITOR environment
  variable. You can temporarily override it, for example:

      EDITOR=atom pipenv open requests

Options:
  --python TEXT       Specify which version of Python virtualenv should use.
  --three / --two     Use Python 3/2 when creating virtualenv.
  --clear             Clears caches (pipenv, pip, and pip-tools).
  -v, --verbose       Verbose mode.
  --pypi-mirror TEXT  Specify a PyPI mirror.
  -h, --help          Show this message and exit.

@uranusjr uranusjr added the PR: awaiting-merge The PR related to this issue has been reviewed and is awaiting merge. label Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: awaiting-merge The PR related to this issue has been reviewed and is awaiting merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants