Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make options extensible #981

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Make options extensible #981

merged 3 commits into from
Oct 9, 2024

Conversation

W95Psp
Copy link
Collaborator

@W95Psp W95Psp commented Oct 9, 2024

The CLI is defined with the rust library clap. This PR introduce a
trait Extension which define an associated type per type of
cli_options.

For now, not all the types have been added to that trait: let's do
that lazily.

With this PR, it is easy to define a superset of hax' CLI.

The CLI is defined with the rust library clap. This PR introduce a
trait `Extension` which define an associated type per type of
`cli_options`.

For now, not all the types have been added to that trait: let's do
that lazily.

With this PR, it is easy to define a superset of hax' CLI.
Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@W95Psp W95Psp added this pull request to the merge queue Oct 9, 2024
Merged via the queue into main with commit 0fc089b Oct 9, 2024
13 checks passed
@W95Psp W95Psp deleted the make-options-extensible branch October 9, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants