twiddle text

This commit is contained in:
Jamie Hardt
2025-05-24 21:30:14 -07:00
parent 334fa56a2c
commit 2c135d413e

View File

@@ -106,8 +106,7 @@ def main():
action='store_true', action='store_true',
help='create a new list') help='create a new list')
# add an option here to get a file list from a file instead of # add an option here to get a file list from a file instead of from cwd.
# from cwd.
op.add_argument('-e', '--edit', action='store_true', op.add_argument('-e', '--edit', action='store_true',
help="open batch file in the default editor", help="open batch file in the default editor",
default=False) default=False)