aio-cli icon indicating copy to clipboard operation
aio-cli copied to clipboard

oclif: arguments are ignored if they occur after multiple:true flags

Open shazron opened this issue 3 years ago • 1 comments

Repro

See https://github.com/oclif/core/issues/496

Commands: aio app init --help (which has --template and --extension multiple flags)

This occurs in both oclif@v1 and oclif@v2.

Fix

The fix is a breaking change in @oclif/[email protected] so it will be in @oclif/[email protected]

Workaround

The workaround is to put the argument before the multiple:true flag

shazron avatar Sep 27 '22 16:09 shazron

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1799

aiojbot avatar Sep 27 '22 16:09 aiojbot

See https://github.com/adobe/aio-cli-plugin-app/issues/597

shazron avatar Nov 01 '22 12:11 shazron