Merge branch 'main' into Alpha-v9.4

This commit is contained in:
Travis Abendshien
2024-08-24 17:28:57 -07:00
4 changed files with 44 additions and 23 deletions

View File

@@ -17,14 +17,9 @@ def main():
# Parse arguments.
parser = argparse.ArgumentParser()
parser.add_argument(
"--open",
dest="open",
type=str,
help="Path to a TagStudio Library folder to open on start.",
)
parser.add_argument(
"-o",
"--open",
dest="open",
type=str,
help="Path to a TagStudio Library folder to open on start.",