mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
release 0.7.1
This commit is contained in:
@@ -18,14 +18,15 @@ class PyCommand(Command):
|
||||
dest="pythons",
|
||||
action="append",
|
||||
default=[],
|
||||
help="Using specified python versions."
|
||||
help="Use the specified python version.",
|
||||
metavar='VERSION'
|
||||
)
|
||||
self.parser.add_option(
|
||||
"-v", "--verbose",
|
||||
dest="verbose",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="Show python version."
|
||||
help="Show the running python version."
|
||||
)
|
||||
|
||||
def run_command(self, options, args):
|
||||
|
||||
Reference in New Issue
Block a user