mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add an option to specify a custom output filename
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user