From 334fa56a2c87bd3dc0d1768f1a21531e3a5baff9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 24 May 2025 20:59:53 -0700 Subject: [PATCH] Update __main__.py --- mfbatch/__main__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 988c158..4078148 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -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)