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

Upgrade CLI11 to 1.8 once released #118

Closed
elshize opened this issue Feb 22, 2019 · 1 comment
Closed

Upgrade CLI11 to 1.8 once released #118

elshize opened this issue Feb 22, 2019 · 1 comment
Labels
blocked enhancement New feature or request

Comments

@elshize
Copy link
Member

elshize commented Feb 22, 2019

Additional context

In master, they added something we should definitely use, as it's clean and useful:
CLIUtils/CLI11#222

Essentially, you can add a set of available values, e.g.,

stemmer_option->check(CLI::IsMember{"porter2", "krovetz", "none"});

This feature is tagged for version 1.8.

@elshize elshize added enhancement New feature or request blocked labels Feb 22, 2019
@amallia
Copy link
Member

amallia commented Jun 25, 2019

Solved

@amallia amallia closed this as completed Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants