You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
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