vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

update details to print either command or option #21648

Closed ttytm closed 3 weeks ago

ttytm commented 3 weeks ago

Improves errors on unknown arguments. Make passing an unknown option directly after v print a similar message like it does for an known command, pointing to v help.

Current:

Updated: