ui: drop the --present flag
This commit is contained in:
		
							parent
							
								
									2a44d7eb26
								
							
						
					
					
						commit
						a924ad047e
					
				| @ -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" | ||||
|  | ||||
| @ -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: | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user