cli: Commands.Register: add HTML and FODS to outputFormatFlag

This commit is contained in:
Henning Thielemann 2024-10-18 21:01:41 +02:00 committed by Simon Michael
parent e144ad4ccd
commit 6773bf0974

View File

@ -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