This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Use Clap for parsing command line arguments #25
Comments
It's a nice API, but I personally prefer argparse for two reasons:
Here's a sample of how it looks in my GBA emulator:
Edit: Added the (simplified) structure receiving the parsed arguments for clarity. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Suggestion from @CryZe .
https://github.com/kbknapp/clap-rs
The text was updated successfully, but these errors were encountered: