This function contains the call to the real implementation of the command under test.


## Available variables

### Arguments

- `arguments` contains all the generated arguments of the command.
<%= for arg <- info.args, do: "- `#{Macro.var(arg, nil) |> Macro.to_string}` argument defined in the command declaration.\n" %>

