bin/command/run.ts entry point, locates the one declaring the requested command, and executes it with any extra arguments forwarded.
Usage
Examples
Options
| Option | Description | Default |
|---|---|---|
--id | Name of the command to run. Falls back to the first positional argument. | — |
--args | Extra arguments forwarded to the command. Falls back to the remaining positional arguments. | — |