parent
d1df0b843e
commit
2201ca600b
@ -43,11 +43,11 @@ g_args = None
|
|||||||
def parse_args():
|
def parse_args():
|
||||||
"""Parse the commandline arguments."""
|
"""Parse the commandline arguments."""
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument('--clear', help="Clear venv in case it already exists.",
|
parser.add_argument('--clear', help="Clear venv in case it already "
|
||||||
action='store_true')
|
"exists.", action='store_true')
|
||||||
parser.add_argument('--upgrade', help="Upgrade venv to use this version of "
|
parser.add_argument('--upgrade', help="Upgrade venv to use this version "
|
||||||
"Python, assuming Python has been upgraded in-place.",
|
"of Python, assuming Python has been upgraded "
|
||||||
action='store_true')
|
"in-place.", action='store_true')
|
||||||
parser.add_argument('--force', help=argparse.SUPPRESS,
|
parser.add_argument('--force', help=argparse.SUPPRESS,
|
||||||
action='store_true')
|
action='store_true')
|
||||||
parser.add_argument('--dev', help="Set up an environment suitable for "
|
parser.add_argument('--dev', help="Set up an environment suitable for "
|
||||||
|
Loading…
Reference in New Issue
Block a user