Add dest name of install_global to --global parameter

This commit is contained in:
Carson Woods
2019-07-16 14:45:52 -06:00
parent 7ae34087e3
commit f13ce3540d

View File

@@ -105,7 +105,8 @@ def setup_parser(subparser):
help="install from file. Read specs to install from .yaml files")
subparser.add_argument(
'-g', '--global', action='store_true', default=False,
dest='install_global', help='install package to globally accesible location')
dest='install_global',
help='install package to globally accesible location')
cd_group = subparser.add_mutually_exclusive_group()
arguments.add_common_arguments(cd_group, ['clean', 'dirty'])