mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
91d5308783
Now, updating a command's docs (for hledger manual and for --help) requires running the command (with stack exec -- hledger). The sequence is now a bit recursive: 1. Run hledger CMD -h to update CMD.md with the latest cmdargs help output for CMD's flags. CMD.md is included in the hledger manual, when rendering that. 2. Convert CMD.md to CMD.txt, with pandoc. 3. Build hledger, embedding CMD.txt for cmdargs to use as -h output. This need only be done after changing command docs or flags, and hopefully won't be a hassle. Shake cmddocs now shows progress output to make things clearer. |
||
---|---|---|
.. | ||
haskellerz | ||
hcar | ||
mockups | ||
profs | ||
tldr | ||
ACHIEVEMENTS.md | ||
ANNOUNCE | ||
ANNOUNCE.masto | ||
BENCHMARKS.md | ||
CHANGELOGS.md | ||
CLIMATE.md | ||
CODE.md | ||
COMMITS.md | ||
common.m4 | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
DECISIONS.md | ||
dev.md | ||
DEVFAQ.md | ||
DEVWORKFLOWS.md | ||
DOCS.md | ||
EXAMPLES.md | ||
FILES.md | ||
FINANCE.md | ||
ghrelnotes | ||
investment-accounting-features.md | ||
ISSUES.md | ||
JUST-MAKE-SHAKE.md | ||
manpage.nroff | ||
MOCKUPS.md | ||
PULLREQUESTS.md | ||
README | ||
REGRESSIONS.md | ||
RELEASING.canvas | ||
RELEASING.md | ||
RELEASING.png | ||
relnotes.md | ||
REPOS.md | ||
ROADMAP.md | ||
TESTS.md | ||
TODO.md | ||
VERSIONNUMBERS.md |
Support files used for generating project documentation, and various archived documentation artifacts. For more about hledger's docs, see ../DOCS.md.