hledger-ui command line arguments and documentation edited to reflect new command structure (-V is global command)
This commit is contained in:
		
							parent
							
								
									5ef30d1d4d
								
							
						
					
					
						commit
						9d817e2d47
					
				| @ -39,7 +39,6 @@ uiflags = [ | |||||||
|   -- ,flagReq ["drop"] (\s opts -> Right $ setopt "drop" s opts) "N" "with --flat, omit this many leading account name components" |   -- ,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" |   -- ,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" |   -- ,flagNone ["no-elide"] (\opts -> setboolopt "no-elide" opts) "don't compress empty parent accounts on one line" | ||||||
|   ,flagNone ["value","V"] (setboolopt "value") "show amounts as their current market value in their default valuation commodity (accounts screen)" |  | ||||||
|  ] |  ] | ||||||
| 
 | 
 | ||||||
| --uimode :: Mode [([Char], [Char])] | --uimode :: Mode [([Char], [Char])] | ||||||
|  | |||||||
| @ -69,10 +69,6 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data. | |||||||
| `--flat` | `--flat` | ||||||
| : show full account names, unindented | : show full account names, unindented | ||||||
| 
 | 
 | ||||||
| `-V --value` |  | ||||||
| : show amounts as their current market value in their default valuation commodity |  | ||||||
| (accounts screen only) |  | ||||||
| 
 |  | ||||||
| hledger general options: | hledger general options: | ||||||
| 
 | 
 | ||||||
| _generaloptions_ | _generaloptions_ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user