Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-11 | Apply go fmt to all source files | xengineering | |
This applies default Go code style recommendations. | |||
2024-05-12 | Move config path from config to flags struct | xengineering | |
This is metadata about the config and thus does not belong to the config itself. Moving it to the struct holding flag values is straight forward since it is defined by flags. | |||
2024-05-12 | Group flag variables in struct | xengineering | |
2024-05-09 | Inject examples only with new --example flag | xengineering | |
The default use case should be to not inject example recipes. | |||
2024-05-01 | Add --config flag | xengineering | |
This re-enables config file support. | |||
2024-05-01 | Add --version flag | xengineering | |
This allows to identify the version of a Ceres executable build. | |||
2024-04-30 | Extend CLI help page by usage instructions | xengineering | |
2024-04-30 | Add command line help page | xengineering | |
This is expected functionality for a command line application. |