summaryrefslogtreecommitdiff
path: root/cli/cli/cli.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Add --generate-dep optionKaren Arutyunov1-3/+5
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov1-1/+7
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.
2021-02-24Adapt to cutl/ to libcutl/ renameKaren Arutyunov1-1/+1
2020-06-09Add name to metadata for cli executableBoris Kolpackov1-0/+1
2020-06-09Add metadata variable prefix for cli executableKaren Arutyunov1-1/+1
2020-04-27Update metadata protocolBoris Kolpackov1-3/+7
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-0/+165
Also make cli module to be explicitly enabled via the config.cli configuration variable.