Beak
Beak copied to clipboard
Let enum parameters be specified without leading .
When a function has an enum parameter, I need to type the leading dot on the command line for it to work. e.g: ".none" instead of "none" for an optional parameter
It would be more natural If Beak accepted the parameter without the leading dot.