removed -o and -s due to ambiguity

pull/87/head
Matt 2022-04-12 01:00:47 -07:00
rodzic 31716ba1fd
commit 99946a11e6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -29,14 +29,14 @@ def getPythonArgs():
help="Provide the full file path of the config.cfg file generated from the addon"
)
parser.add_argument("-o", "--operation",
parser.add_argument("--operation",
dest="operation",
choices=['create-dna', 'generate-nfts', 'refactor-batches'],
required=True,
help="Choose which operation you want to perform"
)
parser.add_argument("-s", "--save-path",
parser.add_argument("--save-path",
dest="save_path",
metavar='FOLDER',
required=False,