Sanjays2402 opened a new pull request, #165: URL: https://github.com/apache/otava/pull/165
Closes #120 `--update-grafana`, `--update-postgres` and `--update-bigquery` are added directly to the `analyze` subparser, so argparse lists them under the generic `options:` section instead of next to the service options they configure. The subparser already inherits the Grafana/PostgreSQL/BigQuery groups from the shared parent parser, so this adds a small `config.argument_group()` helper that looks up an existing group by title and registers each flag on the matching group. Parsing behaviour is unchanged — only the help layout differs. The golden help assertions in `tests/cli_help_test.py` are updated accordingly and fail without the fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
