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
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