From 75cd521ed78fcaf60bcc4c098404578d9c75c35a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 19 Apr 2025 04:51:01 -1000 Subject: [PATCH] imp:setup: drop unused options --- hledger/Hledger/Cli/Commands/Setup.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Setup.hs b/hledger/Hledger/Cli/Commands/Setup.hs index 1a1a6e58b..de52048a0 100644 --- a/hledger/Hledger/Cli/Commands/Setup.hs +++ b/hledger/Hledger/Cli/Commands/Setup.hs @@ -50,9 +50,9 @@ import Hledger.Cli.Conf setupmode = hledgerCommandMode $(embedFileRelative "Hledger/Cli/Commands/Setup.txt") [] - cligeneralflagsgroups1 - hiddenflags - ([], Just $ argsFlag "[QUERY]") + [generalflagsgroup3] + [] + ([], Nothing) -- | Test and print the status of various aspects of the hledger installation. -- Also show extra info and hints on how to fix problems.