add help for pip
This commit is contained in:
parent
c09a150f56
commit
7ab642c65d
1 changed files with 1 additions and 0 deletions
|
@ -1103,6 +1103,7 @@ Xcode:
|
||||||
update Update an existing xcode project (frameworks, libraries..)
|
update Update an existing xcode project (frameworks, libraries..)
|
||||||
launchimage Create Launch images for your xcode project
|
launchimage Create Launch images for your xcode project
|
||||||
icon Create Icons for your xcode project
|
icon Create Icons for your xcode project
|
||||||
|
pip Install a pip dependency into the distribution
|
||||||
""")
|
""")
|
||||||
parser.add_argument("command", help="Command to run")
|
parser.add_argument("command", help="Command to run")
|
||||||
args = parser.parse_args(sys.argv[1:2])
|
args = parser.parse_args(sys.argv[1:2])
|
||||||
|
|
Loading…
Reference in a new issue