run-internal for default
Run a built-in command by name. Used internally by `%($cmd)` dynamic dispatch.
Signature
> run-internal {flags} (name) ...rest
Parameters
name: The name of the built-in command to run....rest: Arguments to pass to the built-in command.
Input/output types:
| input | output |
|---|---|
| any | any |