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

flag: fix displaying of both abbreviated and long options

Add tests for the usage screen
This commit is contained in:
Delyan Angelov
2019-12-30 17:38:32 +02:00
committed by Alexander Medvednikov
parent d07953b0f0
commit d2f2ac523f
4 changed files with 85 additions and 81 deletions

View File

@ -8,7 +8,6 @@ module main
// / code, instead of in embedded C ...
// /////////////////////////////////////////////////////////////////////
import (
term
filepath
benchmark
)