-
Notifications
You must be signed in to change notification settings - Fork 152
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
Support TOML and env vars parsing #32
Comments
That's not the scope of StructOpt. StructOpt is an interface for clap. If clap implement such functionality, StructOpt will, but StructOpt can't support such a functionality without support from clap. |
I think it's a very interesting feature, but the feature request is for https://github.com/kbknapp/clap-rs, not StructOpt |
Related issues: clap-rs/clap#748 |
Thanks, I'll have a look at that issue. |
Clap supports sourcing values from env vars now. Could this be reconsidered for |
Yes, you can use it using |
fix stack overflow in YCoCg
Hi,
Structopt is really nice, but to have a complete solution what would be good is to also support TOML and env vars parsing (think 12-factor apps).
The text was updated successfully, but these errors were encountered: