mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cli: assign parent by default; add disable_flag
This commit is contained in:
@@ -14,7 +14,6 @@ fn version_cmd() Command {
|
||||
name: 'version'
|
||||
description: 'Prints version information',
|
||||
execute: version_func,
|
||||
parent: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user