Skip to content

Commit

Permalink
fix: improved python --command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anthogez committed Mar 1, 2020
1 parent 9517daa commit cecd701
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions help/help.txt
Expand Up @@ -123,8 +123,11 @@ CocoaPods options:
Prevent testing out of sync lockfiles. Defaults to false.

Python options:
--command=<string> Python interpreter to use. Default: "python", set to
"python2" or "python3" to use a specific version.
--command=<string> Python command to use.
The default is 'python' which will execute your systems default python version.
Run 'python -V' to find out what version that is.
If you are using multiple Python versions, or you aliased your Python command, for example to python2 or python3,
use this parameter to specify the correct Python command for execution e.g. `--command=python3`.
--skip-unresolved=<true|false>
Allow skipping packages that are not found
in the environment.
Expand Down

0 comments on commit cecd701

Please sign in to comment.