otupy.profiles.ctxd.validation.validate_args

validate_args(cmd)

Validate a Command

Helper function to check the Args in a Command are valid for the Action and Target according to the CTXD profile. :param cmd: The Command class to validate.