mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 00:40:52 +00:00
Update __main__.py
This commit is contained in:
@@ -105,6 +105,9 @@ def main():
|
||||
op.add_argument('-c', '--create', default=False,
|
||||
action='store_true',
|
||||
help='create a new list')
|
||||
|
||||
# add an option here to get a file list from a file instead of
|
||||
# from cwd.
|
||||
op.add_argument('-e', '--edit', action='store_true',
|
||||
help="open batch file in the default editor",
|
||||
default=False)
|
||||
|
||||
Reference in New Issue
Block a user