Skip to:
We're starting to adopt a standard of using a colon in ad-hoc parameter names to a dynamic command.
Automatically pass in a single struct called "myArg" containing three items that match the params like so:
For params that contain no prefix before the colon, just use a default name of "args".
Which would receive a single argument as follows:
We're starting to adopt a standard of using a colon in ad-hoc parameter names to a dynamic command.
Automatically pass in a single struct called "myArg" containing three items that match the params like so:
For params that contain no prefix before the colon, just use a default name of "args".
Which would receive a single argument as follows: