Remove short style for rare options
This commit is contained in:
parent
b1f63590c5
commit
3481e81c93
1 changed files with 2 additions and 3 deletions
5
topen
5
topen
|
|
@ -36,13 +36,12 @@ def parse_cli() -> argparse.Namespace:
|
|||
"-d",
|
||||
"--notes-dir",
|
||||
default=TOPEN_DIR,
|
||||
help="Location of topen notes",
|
||||
help="Location of topen notes files",
|
||||
)
|
||||
_ = 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(
|
||||
"-t",
|
||||
"--annotation",
|
||||
default=TOPEN_ANNOT,
|
||||
help="Annotation content to set within taskwarrior",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue