mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
cli: Commands.Register: add HTML and FODS to outputFormatFlag
This commit is contained in:
parent
e144ad4ccd
commit
6773bf0974
@ -71,7 +71,7 @@ registermode = hledgerCommandMode
|
||||
)
|
||||
,flagNone ["align-all"] (setboolopt "align-all") "guarantee alignment across all lines (slower)"
|
||||
,flagReq ["base-url"] (\s opts -> Right $ setopt "base-url" s opts) "URLPREFIX" "in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by hledger-web; can also be relative.)"
|
||||
,outputFormatFlag ["txt","csv","tsv","json"]
|
||||
,outputFormatFlag ["txt","csv","tsv","html","fods","json"]
|
||||
,outputFileFlag
|
||||
])
|
||||
cligeneralflagsgroups1
|
||||
|
Loading…
Reference in New Issue
Block a user