Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
There was an error while loading. Please reload this page.
The enum flag with multiple does not work.
When creating an enum flag with multiple options, they are not properly processed due to the build not returning an array over here:
https://github.com/oclif/command/blob/master/src/flags.ts#L53