We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rewrite command-line parsing in cli/Main.cpp from cxxopts library to CLI11.
cli/Main.cpp
cxxopts
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.
The text was updated successfully, but these errors were encountered:
Done.
Sorry, something went wrong.
gavv
No branches or pull requests
Rewrite command-line parsing in
cli/Main.cpp
fromcxxopts
library toCLI11
.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.
The text was updated successfully, but these errors were encountered: