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