There was an error while loading. Please reload this page.
1 parent 61f4997 commit 95ec594Copy full SHA for 95ec594
1 file changed
defining-commands.md
@@ -356,7 +356,7 @@ The run context
356
(including any subcommand segments) has been consumed.
357
- `ctx.params` — the same arguments keyed by the names the `params` specs
358
declare, `{}` when there are none. It is spelled `params` because
359
- `params` is a reserved binding name in strict mode, so a destructuring
+ `arguments` is a reserved binding name in strict mode, so a destructuring
360
`const { args, arguments } = ctx` would not even parse.
361
- `ctx.options` — the current value of each declared option, read at the moment
362
the command executes.
0 commit comments