install multiple packages at once with the install command
This commit is contained in:
@@ -15,7 +15,7 @@ def parse_arguments():
|
||||
|
||||
# install command
|
||||
install_command = sub_parsers.add_parser(name="install", description="install a mineral")
|
||||
install_command.add_argument("name", help="name of the mineral to install")
|
||||
install_command.add_argument("names", help="name of the minerals to install", nargs="+")
|
||||
install_command.add_argument("--max-retries", help="max number of download retries before giving up", default=3, type=int)
|
||||
|
||||
# uninstall command
|
||||
|
||||
Reference in New Issue
Block a user