Support for hidden option field#77
Conversation
adriantpaez
left a comment
There was a problem hiding this comment.
I tried the following command
eigenlayer install --profile option-returner --no-prompt --version v5.5.0 https://github.com/NethermindEth/mock-avs-pkg
And returns an error as the following image shows:
We need to manage properly the case when the --no-prompt flag is used with hidden options. This is because it tries to use the default value, and hidden properties do not have one.
What do you suggest @adriantpaez ? The wizard's behavior is not wrong, the error message is ok. We clearly define in the Spec that profile options with What I see we can do is to tell the users they have to use the |
|
In the future, we will handle the default value management for the hidden option through a new PR, probably with a different error message. This is necessary because we need to prioritize the merging of other pending PRs. It's important to note that the current behavior is not incorrect. |


Changes:
Types of changes
Testing
Requires testing Yes
In case you checked yes, did you write tests? Yes