Remove the --script commandline option

This commit is contained in:
Timmy Welch 2023-09-06 03:00:27 -04:00
parent bf2b4ab268
commit 0a2340b6dc

View File

@ -143,12 +143,6 @@ def register_runtime(parser: settngs.Manager) -> None:
help="Recursively include files in sub-folders.",
file=False,
)
parser.add_setting(
"-S",
"--script",
help="""Run an "add-on" python script that uses the\nComicTagger library for custom processing.\nScript arguments can follow the script name.\n\n""",
file=False,
)
parser.add_setting(
"--split-words",
action="store_true",