;run: add leading -- to short cmdline help
This commit is contained in:
parent
c354e6e9f7
commit
e4cfd31544
@ -50,7 +50,7 @@ runmode = hledgerCommandMode
|
|||||||
)
|
)
|
||||||
cligeneralflagsgroups1
|
cligeneralflagsgroups1
|
||||||
hiddenflags
|
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
|
replmode = hledgerCommandMode
|
||||||
$(embedFileRelative "Hledger/Cli/Commands/Repl.txt")
|
$(embedFileRelative "Hledger/Cli/Commands/Repl.txt")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user