Console Interface vereinheitlicht: Abfrage immer mit --sivasid

This commit is contained in:
2024-02-02 15:13:13 +01:00
parent c11094204a
commit 3206ad242a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ def get_sivas_dbase(sivas_id, out_dir):
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='fetches data from sivas or ruledesigner fusion', prog='update_database')
parser.add_argument('-s', '--sivas', action='store', help='fetch data of this id from sivas fo local database folder', metavar='id')
parser.add_argument('-s', '--sivasid', action='store', help='fetch data of this id from sivas fo local database folder', metavar='id')
parser.add_argument('-r', '--rd', action='store_true', help='fetch list of existing parts from network drive')
parser.add_argument('-b', '--blacklist', action='store_true', help='fetch list of not allowed parts from network drive')