Creates a function that is a command function with a baked commandName. This is also nice because you get TypeScript type support using this function.
Command name for command function
Function to call with arguments of command that sends the command and resolves with the result of the command
Rest
Creates a function that is a command function with a baked commandName. This is also nice because you get TypeScript type support using this function.