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
But I want to keep context informations when I use command line
--slack-token=... --slack-channel=...
It should be great to have one annotation "@PrefixRecurse" (or similar) that uses the name used in parent in command line
--slack.token=... --slack.channel=...
Maybe do you have some tricks to do that? Using "ExtraName" is for the moment the best solution I found but I will have conflict If I have same keys in different context
I have the following common options
with slack options defined with
I would like to be able to define my case class like this
But I want to keep context informations when I use command line
It should be great to have one annotation "@PrefixRecurse" (or similar) that uses the name used in parent in command line
Maybe do you have some tricks to do that? Using "ExtraName" is for the moment the best solution I found but I will have conflict If I have same keys in different context
The text was updated successfully, but these errors were encountered: