Command line arguments with CLI11 #1357
Unanswered
ravil-mobile
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been recently looking through the codebase and examine how we handle command line arguments. LLVM auxiliary tools are used for
rocmlir-gen
which results in a ton of global variables which, then, are populated throughout other functions.CLI11 is a light-weight command line parser. As for me, it is elegant and easily distributed.
Here is a wat how one can fetch, install and link the library using only CMake
Here is a C++ example from my previous project.
I guess the only issue that we may face is the license.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions