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

Get a proper command line parser #4580

Open
widlarizer opened this issue Sep 4, 2024 · 1 comment
Open

Get a proper command line parser #4580

widlarizer opened this issue Sep 4, 2024 · 1 comment
Assignees

Comments

@widlarizer
Copy link
Collaborator

Feature Description

Currently, we use a homemade getopt in kernel/driver.cc. We have lots of single letter options so to add a feature I want a full word option lke --option=value, which we don't support currently, which is probably why we have many single letter options in the first place.

Let's move to a boring, normal solution like cxxopts (C++11) or argparse (C++17). Our current demands will be met by just about anything, so we have to think about what we want from command line argument parsing in the future to pick something

@widlarizer
Copy link
Collaborator Author

This will have to respect #3973 and other possible quirks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant