yonaskolb / Beak

A command line interface for your Swift scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let enum parameters be specified without leading .

ferranpujolcamins opened this issue · comments

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.