Currently, the miden interface related code handles parsing, it does not rely on auxiliary crates like clap for instance. However, I believe we could/probably should rely on clap for miden as well, since:
- We're already bundling
clap in the binary itself, since midenup uses it.
- It already handles cases like this.
Originally posted by @lima-limon-inc in #167
Using clap would probably reduce the amount of code we have in miden_wrapper and would avoid common pitfalls like the -h vs --help case
Originally posted by @lima-limon-inc in #167
Using clap would probably reduce the amount of code we have in
miden_wrapperand would avoid common pitfalls like the-hvs--helpcase