mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00

* flag: allow to check the count of the free args to produce an error * flag: allow to define flags with abbreviation flags could be defined to use a single char as abbreviation like '--output' or '-o' '--help' or '-h'