ui: drop the --present flag

This commit is contained in:
Simon Michael 2018-10-17 05:17:32 -07:00
parent 2a44d7eb26
commit a924ad047e
2 changed files with 3 additions and 6 deletions

View File

@ -38,8 +38,8 @@ uiflags = [
-- "show historical ending balance in each period (includes postings before report start date)\n "
,flagNone ["flat","F"] (\opts -> setboolopt "flat" opts) "show accounts as a list (default)"
,flagNone ["tree","T"] (\opts -> setboolopt "tree" opts) "show accounts as a tree"
,flagNone ["present"] (\opts -> setboolopt "present" opts) "exclude transactions dated later than today (default)"
,flagNone ["future"] (\opts -> setboolopt "future" opts) "include transactions dated later than today"
-- ,flagNone ["present"] (\opts -> setboolopt "present" opts) "exclude transactions dated later than today (default)"
,flagNone ["future"] (\opts -> setboolopt "future" opts) "show transactions dated later than today (normally hidden)"
-- ,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"

View File

@ -73,11 +73,8 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data.
`-T --tree`
: show accounts as a tree
`--present`
: exclude transactions dated later than today (default) (experimental)
`--future`
: include transactions dated later than today (experimental)
: show transactions dated later than today (normally hidden)
hledger input options: