Cmd returns the read-only metadata view of the dispatched command.
()
| 24 | type Invocation interface { |
| 25 | // Cmd returns the read-only metadata view of the dispatched command. |
| 26 | Cmd() CommandView |
| 27 | |
| 28 | // Args returns a fresh copy of the positional args. |
| 29 | Args() []string |
no outgoing calls