How to make custom `command` parameters Required?

So you mean you'd like some kind of error to be presented if the user doesn't enter / select the parameter(s)?

Currently the only source of documentation on the command definition / syntax I'm aware of is here:

No required parameter functionality is described, so it seems that would have to be handled by the command's method in the driver's code somehow.