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 28, 2025
1 parent 15fecb8 commit 87fb00f
Showing 1 changed file with 111 additions and 235 deletions.
Loading

0 comments on commit 87fb00f

Please sign in to comment.