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

Switch from cxxopts to CLI11 #26

Closed
gavv opened this issue Sep 16, 2023 · 1 comment
Closed

Switch from cxxopts to CLI11 #26

gavv opened this issue Sep 16, 2023 · 1 comment
Assignees
Labels
refactoring Refactoring task

Comments

@gavv
Copy link
Owner

gavv commented Sep 16, 2023

Rewrite command-line parsing in cli/Main.cpp from cxxopts library to CLI11.

Later it will allow us to add support for config file loading.

Also, cxxopts submodule should be removed, and CLI11 submodule should be added to 3rdparty dir. CMake scripts should be updated accordingly.

@gavv gavv added help wanted Contributions are welcome good first issue Good for newcomers refactoring Refactoring task labels Sep 16, 2023
@gavv gavv pinned this issue Sep 30, 2023
@gavv gavv removed help wanted Contributions are welcome good first issue Good for newcomers labels Oct 20, 2023
@gavv gavv self-assigned this Oct 20, 2023
@gavv
Copy link
Owner Author

gavv commented Oct 20, 2023

Done.

@gavv gavv closed this as completed Oct 20, 2023
@gavv gavv unpinned this issue Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring task
Projects
None yet
Development

No branches or pull requests

1 participant