Command-line argument parsing for Odin projects #3550
Feoramund
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having been inspired by
encoding/json
's usage of struct metadata, I made a command-line argument parsing library for Odin. I put up a verbose example in the readme of how it works. The syntax is mostly borrowed from the Odin compiler, and there's a test suite included.Beta Was this translation helpful? Give feedback.
All reactions