mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Added -b option to symlink command
This commit is contained in:
@@ -18,14 +18,14 @@ class ListCommand(Command):
|
||||
dest='all_versions',
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='All versions of Python are visible'
|
||||
help='Show the all python versions'
|
||||
)
|
||||
self.parser.add_option(
|
||||
'-k', '--known',
|
||||
dest='known',
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='List the available install versions of Python'
|
||||
help='List the available latest python versions'
|
||||
)
|
||||
|
||||
def run_command(self, options, args):
|
||||
|
||||
Reference in New Issue
Block a user