X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/aec9fd58d4de930e396f832f77b9ece3b4c7638c..107b6e08e1a8603ee06f95eaf1586f452c7da024:/.config/neomutt/buildmimetree.py diff --git a/.config/neomutt/buildmimetree.py b/.config/neomutt/buildmimetree.py index 0dd1882..02d668b 100755 --- a/.config/neomutt/buildmimetree.py +++ b/.config/neomutt/buildmimetree.py @@ -101,8 +101,10 @@ def parse_cli_args(*args, **kwargs): massage_p.add_argument( "--write-commands-to", + "-o", metavar="PATH", dest="cmdpath", + required=True, help="Temporary file path to write commands to", )