mirror of
https://github.com/vlang/v.git
synced 2025-09-18 20:07:02 -04:00
tools: fix compiling vwhere with -cc gcc -cstrict
(#21347)
This commit is contained in:
parent
fe9be9632d
commit
9f788de03b
@ -107,7 +107,7 @@ fn invalid_option(invalid ParamOption, arg string) {
|
||||
|
||||
fn valid_args_quantity_or_show_help(args []string) {
|
||||
if true in [
|
||||
args.len < 1,
|
||||
(args.len < 1),
|
||||
'-help' in args,
|
||||
'--help' in args,
|
||||
args == ['help'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user