Skip to content

Commit

Permalink
Migrate compute_ctl arg parsing to clap derive
Browse files Browse the repository at this point in the history
The primary benefit is the 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.

Signed-off-by: Tristan Partin <[email protected]>
  • Loading branch information
tristan957 committed Jan 31, 2025
1 parent 10cf5e7 commit 6aa1d33
Showing 1 changed file with 111 additions and 235 deletions.
Loading

0 comments on commit 6aa1d33

Please sign in to comment.