Add an option to specify a custom output filename

This commit is contained in:
Bonta-kun
2019-12-15 17:29:17 +01:00
parent 7e9ab6ce27
commit 5bdc01e48f
2 changed files with 10 additions and 3 deletions

View File

@@ -256,6 +256,7 @@ def start():
parser.add_argument('--names', default='')
parser.add_argument('--outputpath')
parser.add_argument('--race', default=False, action='store_true')
parser.add_argument('--outputname')
args = parser.parse_args()
if args.outputpath and os.path.isdir(args.outputpath):