summaryrefslogtreecommitdiff
path: root/cli/cli/options.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov1-2168/+0
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.
2020-12-08Regenerate options parsing codeKaren Arutyunov1-7/+23
2020-05-28Get rid of trailing spaces in generated codeBoris Kolpackov1-87/+88
2020-04-29Add --suppress-undocumented for usage and regenerateBoris Kolpackov1-2/+0
2020-04-27Update metadata protocolBoris Kolpackov1-2/+9
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-0/+2146
Also make cli module to be explicitly enabled via the config.cli configuration variable.