X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/08398a2381e0c4d0fa8df53cbcc6a80b1fa593e5..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", )