Made --icon an optional parameter on "mnstr subtypes update"

pull/168/head
Neeraj Kashyap 2021-08-25 03:00:14 -07:00
rodzic 8586ff064e
commit fa2b95cf6c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,8 @@ This CLI is configured to work with the following API URLs:
)
parser_subscription_types_update.add_argument(
"--icon",
required=True,
required=False,
default=None,
help="URL to the icon representing this subscription type",
)
parser_subscription_types_update.add_argument(