summaryrefslogtreecommitdiff
path: root/flags.go
AgeCommit message (Collapse)Author
2024-05-12Move config path from config to flags structxengineering
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-12Group flag variables in structxengineering
2024-05-09Inject examples only with new --example flagxengineering
The default use case should be to not inject example recipes.
2024-05-01Add --config flagxengineering
This re-enables config file support.
2024-05-01Add --version flagxengineering
This allows to identify the version of a Ceres executable build.
2024-04-30Extend CLI help page by usage instructionsxengineering
2024-04-30Add command line help pagexengineering
This is expected functionality for a command line application.