mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: do not allow uninitialized function pointers
This commit is contained in:
@@ -18,9 +18,9 @@ pub mut:
|
||||
description string
|
||||
man_description string
|
||||
version string
|
||||
pre_execute FnCommandCallback
|
||||
execute FnCommandCallback
|
||||
post_execute FnCommandCallback
|
||||
pre_execute FnCommandCallback = unsafe { nil }
|
||||
execute FnCommandCallback = unsafe { nil }
|
||||
post_execute FnCommandCallback = unsafe { nil }
|
||||
disable_help bool
|
||||
disable_man bool
|
||||
disable_version bool
|
||||
|
Reference in New Issue
Block a user