make:enum
Create a new enum
Terminal
Options
forceOptional
Create the enum even if the enum already exists
intOptional
Generate an integer backed enum.
stringOptional
Generate a string backed enum.
Arguments
nameRequired
The name of the enum
Create a new enum
Create the enum even if the enum already exists
Generate an integer backed enum.
Generate a string backed enum.
The name of the enum