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])]