;fix: bal: add missing --layout=tidy to help
This commit is contained in:
parent
e819e02372
commit
5a8e63d24d
@ -320,10 +320,11 @@ balancemode = hledgerCommandMode
|
|||||||
,flagNone ["transpose"] (setboolopt "transpose") "transpose rows and columns"
|
,flagNone ["transpose"] (setboolopt "transpose") "transpose rows and columns"
|
||||||
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
,flagReq ["layout"] (\s opts -> Right $ setopt "layout" s opts) "ARG"
|
||||||
(unlines
|
(unlines
|
||||||
["how to show multi-commodity amounts:"
|
["how to lay out multi-commodity amounts and the overall table:"
|
||||||
,"'wide[,WIDTH]': all commodities on one line"
|
,"'wide[,WIDTH]': commodities on one line"
|
||||||
,"'tall' : each commodity on a new line"
|
,"'tall' : commodities on separate lines"
|
||||||
,"'bare' : bare numbers, symbols in a column"
|
,"'bare' : commodity symbols in one column"
|
||||||
|
,"'tidy' : every attribute in its own column"
|
||||||
])
|
])
|
||||||
,outputFormatFlag ["txt","html","csv","json"]
|
,outputFormatFlag ["txt","html","csv","json"]
|
||||||
,outputFileFlag
|
,outputFileFlag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user