Simon Michael
9de9fe7656
;doc: update command docs
2024-12-20 10:41:47 -10:00
Simon Michael
d88e30ff43
;doc: update help
2024-09-29 12:13:30 -10:00
Simon Michael
c787286844
imp: doc: show flags help in manuals
...
Each CMD.md file now contains a snapshot of the flags help as rendered
by --help. For now these must be updated manually.
2024-06-07 06:55:33 -07:00
Simon Michael
28abe5e9ff
;doc:bse: links
2024-04-11 11:55:37 -10:00
Simon Michael
d9b5ed7bb2
;doc:bse: note requirements for checking the AE
2024-04-11 11:51:44 -10:00
Simon Michael
e2cc2a70ac
;doc:bs,bse,cf,is: update sample output
2024-04-11 11:13:18 -10:00
Simon Michael
584ab748d5
;doc:manuals: remove all "experimental" annotations for now, 2
2024-01-12 13:55:39 -10:00
Simon Michael
0c85b48d2c
;doc: use ``cli not ``shell for command-line examples
2023-11-26 08:30:04 -10:00
Peter Sagerson
efcea0600a
feat: cli: Add tsv output ( #869 )
...
All commands that suport csv output now also support tsv output. The
data is identical, but the fields are separated by tab characters and
there is no quoting or escaping. Tab, carriage return, and newline
characters in data are converted to spaces (this should rarely if ever
happen in practice).
2023-11-06 16:46:04 -08:00
Simon Michael
0567935e4b
cli: simplify command doc inclusion, give them normal heading structure
2023-02-20 16:24:54 -10:00
Simon Michael
82bfd2bebb
;doc: bse: clarify, link to account types
2022-06-07 02:24:53 +01:00
Simon Michael
f156375ee7
Revert "balcmds: note that csv output forces list mode ( #1566 )"
...
This reverts commit 3f6d7ba580 .
CSV output doesn't force list mode, it forces full account names.
2021-06-06 18:35:01 -10:00
Simon Michael
3f6d7ba580
balcmds: note that csv output forces list mode ( #1566 )
2021-06-06 17:57:16 -10:00
Simon Michael
ae73eea7cb
;bs,bse,cf,is: update docs
2021-03-04 10:26:58 -08:00
Simon Michael
630347e0e8
;bs/bse/cf/is: describe in terms of balance command
2020-12-22 09:22:10 -08:00
Simon Michael
640d2f2972
;bs/bse/cf/is: update help to mention account types
2020-07-19 11:15:50 -07:00
Simon Michael
2a5f7819af
bs,cf,is,bal,print,reg: support json output format
2020-02-24 17:49:53 -08:00
Simon Michael
4a7a700d93
;doc: fix flags marker appearing in manuals
...
$FLAGS$ didn't work (nor =FLAGS=); _FLAGS it is..
[ci skip]
2020-01-05 07:41:01 -08:00
Simon Michael
c186eb6084
;doc: change flags marker in command helps to suit latest pandoc
...
From _FLAGS_ to $FLAGS$, since latest pandoc strips the underscores
at a certain point in our docs rendering.
2020-01-04 21:17:51 -08:00
Simon Michael
4ee39e039b
doc: integrate CLI help & manual for remaining commands
...
& rename HelpTemplate -> CommandDoc
2019-01-28 05:43:49 -08:00