add help for pip

This commit is contained in:
Mathieu Virbel 2017-05-30 16:07:13 +02:00
parent c09a150f56
commit 7ab642c65d

View file

@ -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])