Remove short style for rare options

This commit is contained in:
Marty Oehme 2025-03-31 21:32:35 +02:00
parent b1f63590c5
commit 3481e81c93
Signed by: Marty
GPG key ID: 4E535BC19C61886E

5
topen
View file

@ -36,13 +36,12 @@ def parse_cli() -> argparse.Namespace:
"-d", "-d",
"--notes-dir", "--notes-dir",
default=TOPEN_DIR, default=TOPEN_DIR,
help="Location of topen notes", help="Location of topen notes files",
) )
_ = parser.add_argument( _ = parser.add_argument(
"-x", "--extension", default=TOPEN_EXT, help="Extension of note files" "--extension", default=TOPEN_EXT, help="Extension of note files"
) )
_ = parser.add_argument( _ = parser.add_argument(
"-t",
"--annotation", "--annotation",
default=TOPEN_ANNOT, default=TOPEN_ANNOT,
help="Annotation content to set within taskwarrior", help="Annotation content to set within taskwarrior",