devenver: We don't use the manifest file
This commit is contained in:
@@ -44,16 +44,10 @@ arg_parser.add_argument('--install-dir',
|
||||
default=default_base_install_dir,
|
||||
type=pathlib.Path)
|
||||
|
||||
arg_parser.add_argument('--manifest-file',
|
||||
help=f'Python file that has a get_manifest() function returning a dictionary of applications to download & install (see manifest.py for starters)',
|
||||
required=True,
|
||||
type=pathlib.Path)
|
||||
|
||||
arg_parser.add_argument('--version',
|
||||
action='version',
|
||||
version='DEVenver v1')
|
||||
|
||||
|
||||
args = arg_parser.parse_args()
|
||||
|
||||
base_downloads_dir = args.downloads_dir
|
||||
|
||||
Reference in New Issue
Block a user