brbzull0 opened a new pull request, #12804: URL: https://github.com/apache/trafficserver/pull/12804
### ArgParser Changes needed to implement the `traffic_ctl` feature. - Add `with_required()` method to specify that an option requires another - Change `add_example_usage()` to support multiple examples per command - Add unit tests for option dependencies - Update ArgParser documentation ### traffic_ctl server debug: new `--append/-a` option when setting tags. Current implementation wipes what's on the debug tags and set the new one, we now have the option to append to the existing tags. - Add -`-append/-a` option to append debug tags instead of replacing them - Uses ArgParser's `with_required()` to enforce `--tags` dependency - Add autest for server debug `enable/disable` commands - Update `traffic_ctl` documentation There are some cleanup as well, as this removes two gold files that aren't required as they are generated by the test. -- 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]
