adoroszlai opened a new pull request, #7710: URL: https://github.com/apache/ozone/pull/7710
## What changes were proposed in this pull request? ``` ozone debug ldb --db <db> <subcommand> [other options] ``` Currently `--db` is accepted only directly after `ldb`, before any subcommand name or options. The goal of this PR is to improve usability by allowing `--db` after subcommand or even after other options. https://issues.apache.org/jira/browse/HDDS-12086 ## How was this patch tested? Updated integration test to cover three different positions of the option. CI: https://github.com/adoroszlai/ozone/actions/runs/12807326607 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
