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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Now that I am developing a plugin for Zowe CLI, I have the requirement that an array-typed option should have unique values. If a value appears twice, I would expect an error from Imperative. (For others maybe ignoring the repeated value makes sense.)
Currently I do not think I can achieve this using existing options. Do you think this requirement makes sense? If so, I would like to implement it. If not, we will just implement the logic in command handlers.
The text was updated successfully, but these errors were encountered:
Now that I am developing a plugin for Zowe CLI, I have the requirement that an array-typed option should have unique values. If a value appears twice, I would expect an error from Imperative. (For others maybe ignoring the repeated value makes sense.)
Currently I do not think I can achieve this using existing options. Do you think this requirement makes sense? If so, I would like to implement it. If not, we will just implement the logic in command handlers.
The text was updated successfully, but these errors were encountered: