From b85bbbb095135557160cbfbc2d659da1b1e925b4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Oct 2018 05:21:26 -0700 Subject: [PATCH] ui: drop the --status-toggles flag --- hledger-ui/Hledger/UI/UIOptions.hs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hledger-ui/Hledger/UI/UIOptions.hs b/hledger-ui/Hledger/UI/UIOptions.hs index 1dc4d6a3b..1e3839574 100644 --- a/hledger-ui/Hledger/UI/UIOptions.hs +++ b/hledger-ui/Hledger/UI/UIOptions.hs @@ -43,15 +43,6 @@ uiflags = [ -- ,flagReq ["drop"] (\s opts -> Right $ setopt "drop" s opts) "N" "with --flat, omit this many leading account name components" -- ,flagReq ["format"] (\s opts -> Right $ setopt "format" s opts) "FORMATSTR" "use this custom line format" -- ,flagNone ["no-elide"] (\opts -> setboolopt "no-elide" opts) "don't compress empty parent accounts on one line" - ,flagReq ["status-toggles"] (\s opts -> Right $ setopt "status-toggles" s opts) "N" - (intercalate "\n" - ["choose how status toggles work:" - ," 1 UPC toggles X/all" - ," 2 UPC cycles X/not-X/all" - ," 3 UPC toggles each X" --- ," 4 upc sets X, UPC sets not-X" --- ," 5 upc toggles X, UPC toggles not-X" - ]) ] --uimode :: Mode [([Char], [Char])]