Skip to content

docs: documentation for new arg-level property, multiple#283

Merged
jfeingold35 merged 2 commits intodocsfrom
d/W-21668399
Mar 19, 2026
Merged

docs: documentation for new arg-level property, multiple#283
jfeingold35 merged 2 commits intodocsfrom
d/W-21668399

Conversation

@jfeingold35
Copy link
Contributor

Pull request #1554, which closes Issue #1346, adds support for arguments of variable length. This Pull Request adds documentation for the new feature.
@W-21668399@

docs/args.md Outdated
- `custom`

For variable length arguments, disable argument validation with `static strict = false` on the command.
For variable-length arguments, use the `multiple: true` property. When this property is used, all args before and after the variable-length argument
Copy link
Contributor

@jshackell-sfdc jshackell-sfdc Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For variable-length arguments, use the `multiple: true` property. When this property is used, all args before and after the variable-length argument
For variable-length arguments, use the `multiple: true` property. When you use it, set all args before and after the variable-length argument

docs/args.md Outdated

For variable length arguments, disable argument validation with `static strict = false` on the command.
For variable-length arguments, use the `multiple: true` property. When this property is used, all args before and after the variable-length argument
must be `required: true`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
must be `required: true`.
to `required: true`.

@jfeingold35 jfeingold35 merged commit 3fe6b57 into docs Mar 19, 2026
1 check passed
@jfeingold35 jfeingold35 deleted the d/W-21668399 branch March 19, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

First-class support for Variadic Arguments

2 participants