mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Auto-committing 'cli.py'
This commit is contained in:
+4
-4
@@ -592,10 +592,10 @@ Usage Examples:
|
||||
$ {2}
|
||||
|
||||
Commands:""".format(
|
||||
crayons.red('pipenv --three'),
|
||||
crayons.red('pipenv install --dev'),
|
||||
crayons.red('pipenv lock --dev')
|
||||
)
|
||||
crayons.red('pipenv --three'),
|
||||
crayons.red('pipenv install --dev'),
|
||||
crayons.red('pipenv lock --dev')
|
||||
)
|
||||
|
||||
help = help.replace('Commands:', additional_help)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user