You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be nice, but it's looking rather tricky to implement given the code currently generated for Options::parse, which is kind of a mess (see here).
However, I'd like to keep this issue open to remind me to implement this feature as part of a future refactor.
Yeah. I tried doing manually (ie, not using derive), but I gave up mostly due to &'static str return types all over the place. Went back to structopt for now.
It would be really nice if the following worked, in order to enable re-use of options between multiple commands:
The text was updated successfully, but these errors were encountered: