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)"
|
,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.)"
|
,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
|
,outputFileFlag
|
||||||
])
|
])
|
||||||
cligeneralflagsgroups1
|
cligeneralflagsgroups1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user