rushstack
rushstack copied to clipboard
[rush] Add support for pass-through parameters
Summary
This implementation adds support for allowRemainderArguments property in Rush custom commands, enabling commands to accept and pass through arbitrary additional command-line arguments to shell commands or npm scripts. This addresses GitHub issue #4492.
Details
How it was tested
Added some tests.
Impacted documentation
@microsoft-github-policy-service agree