aio-cli
aio-cli copied to clipboard
oclif: arguments are ignored if they occur after multiple:true flags
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
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1799
See https://github.com/adobe/aio-cli-plugin-app/issues/597