🤔 current problem
Currently the prompt functionality only works when user will not define a option (parameter) which is required. But some commands may have options were at least one is required. For example user has to define either listName or listId but not both. Current prompt functionality will not work if user will not define name or id as neither of them are actually required but rather this is validated by the command validator.
🎯aim
The aim of this issue would be to try to resolve this problem and add functionality so that CLI would ask the user to specify at least one of the two required options.
🔗 linked issue
continuation of #2837
🤔 current problem
Currently the prompt functionality only works when user will not define a option (parameter) which is required. But some commands may have options were at least one is required. For example user has to define either listName or listId but not both. Current prompt functionality will not work if user will not define name or id as neither of them are actually required but rather this is validated by the command validator.
🎯aim
The aim of this issue would be to try to resolve this problem and add functionality so that CLI would ask the user to specify at least one of the two required options.
🔗 linked issue
continuation of #2837