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
> This will add a new argument but the argument types are defined, this will parse the input data automatically making it easier to use in your method. If a wrong type was provided to any
59
+
> of the arguments an error will be thrown preventing the method execution.
return"[color=red]Command \"%s\" does require (%s) type for argument \"%s\" but provided value was \"%s\"[/color]"% [command_name, expected_type, argument_name, provided_data]
0 commit comments