This allows some operations that need to use yargs.parseAsync to run under non-strict mode - so that the parsing action doesn't error out for "unknown flags" due to them being registered to the schema later.
Checklist
[x] Read the contribution guide and accept the code of conduct
Changes
yargs.parseAsync
to run under non-strict mode - so that the parsing action doesn't error out for "unknown flags" due to them being registered to the schema later.Checklist