imp:setup: drop unused options

This commit is contained in:
Simon Michael 2025-04-19 04:51:01 -10:00
parent 2ef7434f47
commit 75cd521ed7

View File

@ -50,9 +50,9 @@ import Hledger.Cli.Conf
setupmode = hledgerCommandMode setupmode = hledgerCommandMode
$(embedFileRelative "Hledger/Cli/Commands/Setup.txt") $(embedFileRelative "Hledger/Cli/Commands/Setup.txt")
[] []
cligeneralflagsgroups1 [generalflagsgroup3]
hiddenflags []
([], Just $ argsFlag "[QUERY]") ([], Nothing)
-- | Test and print the status of various aspects of the hledger installation. -- | Test and print the status of various aspects of the hledger installation.
-- Also show extra info and hints on how to fix problems. -- Also show extra info and hints on how to fix problems.