imp: files: support conf flags (and other hidden flags)

This commit is contained in:
Simon Michael 2024-07-01 23:05:36 +01:00
parent b33d2a8f91
commit 2303147fa4

View File

@ -22,8 +22,8 @@ import Hledger.Cli.CliOptions
filesmode = hledgerCommandMode filesmode = hledgerCommandMode
$(embedFileRelative "Hledger/Cli/Commands/Files.txt") $(embedFileRelative "Hledger/Cli/Commands/Files.txt")
[] []
[generalflagsgroup2] cligeneralflagsgroups2
[] hiddenflags
([], Just $ argsFlag "[REGEX]") ([], Just $ argsFlag "[REGEX]")
-- | The files command. -- | The files command.