Skip to content

Commit

Permalink
Migrate compute_ctl arg parsing to clap derive (#10497)
Browse files Browse the repository at this point in the history
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
tristan957 authored Jan 31, 2025
1 parent bc7822d commit fcd195c
Showing 1 changed file with 111 additions and 235 deletions.
Loading

1 comment on commit fcd195c

@github-actions
Copy link

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


The comment gets automatically updated with the latest test results
fcd195c at 2025-01-31T22:16:12.458Z :recycle:

Please sign in to comment.