Replies: 1 comment
-
I think foreman is the original source for this code block: ddollar/foreman@7f8ca7d It would be nice to have first class support for config files. In actual usage (a class deriving from Thor) I had to do this, which still breaks required options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did manage to have a subclass of Thor read a config YAML file doing something like this:
this works well until you use required options and then the configuration is not reqd. So i guess my coed should be put elsewhere before required options are checked. Any advice where that may be?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions