When building a new command and using the new ZOD approach, I noticed that CLI doesn't prompt the user for required options, it just instantly throws an error.
Example: the first command is built with ZOD, the 2nd isn't. In both commands, environmentName is a required option.

When building a new command and using the new ZOD approach, I noticed that CLI doesn't prompt the user for required options, it just instantly throws an error.
Example: the first command is built with ZOD, the 2nd isn't. In both commands,
environmentNameis a required option.