Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate compute_ctl arg parsing to clap derive (#10497)
The primary benefit is that all the ad hoc get_matches() calls are no longer necessary. Now all it takes to get at the CLI arguments is referencing a struct member. It's also great the we can replace the ad hoc CLI struct we had with this more formal solution. Signed-off-by: Tristan Partin <[email protected]>
- Loading branch information
fcd195c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7565 tests run: 7204 passed, 0 failed, 361 skipped (full report)
Code coverage* (full report)
functions
:33.3% (8516 of 25552 functions)
lines
:49.1% (71431 of 145420 lines)
* collected from Rust tests only
fcd195c at 2025-01-31T22:16:12.458Z :recycle: