;run: add leading -- to short cmdline help

This commit is contained in:
Dmitry Astapov 2025-03-05 21:14:56 +00:00 committed by Simon Michael
parent c354e6e9f7
commit e4cfd31544

View File

@ -50,7 +50,7 @@ runmode = hledgerCommandMode
)
cligeneralflagsgroups1
hiddenflags
([], Just $ argsFlag "[COMMANDS_FILE1 COMMANDS_FILE2 ...] OR [command1 args... -- command2 args... -- command3 args...]")
([], Just $ argsFlag "[COMMANDS_FILE1 COMMANDS_FILE2 ...] OR [-- command1 args... -- command2 args... -- command3 args...]")
replmode = hledgerCommandMode
$(embedFileRelative "Hledger/Cli/Commands/Repl.txt")