mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cli: fix compilation
This commit is contained in:
@ -27,7 +27,7 @@ pub mut:
|
||||
disable_flags bool
|
||||
sort_flags bool
|
||||
sort_commands bool
|
||||
parent &Command = 0
|
||||
parent &Command = unsafe { 0 }
|
||||
commands []Command
|
||||
flags []Flag
|
||||
required_args int
|
||||
|
Reference in New Issue
Block a user