summaryrefslogtreecommitdiff
path: root/cli/cli/bootstrap
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09Add --ascii-tree for translating UTF-8 tree(1) output to ASCIIBoris Kolpackov3-0/+38
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov3-0/+6226
The overall approach is to store pre-generated bootstrap options.?xx and cli.{1,xhtml} and automatically update them in the development build (config.cli.develop=true). See README.md in the root of the repository for details.