mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pkgconfig,flag: add tests to pkgconfig, fix bugs and links, improve flag.usage()
This commit is contained in:
@@ -402,7 +402,7 @@ pub fn (fs FlagParser) usage() string {
|
||||
use += '$option_names$xspace$f.usage\n'
|
||||
}
|
||||
}
|
||||
return use
|
||||
return use.replace('- ,', ' ')
|
||||
}
|
||||
|
||||
// finalize argument parsing -> call after all arguments are defined
|
||||
|
||||
Reference in New Issue
Block a user