1
0
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:
Tim Basel
2020-05-28 13:32:43 +02:00
committed by GitHub
parent 977eb895e8
commit d688d356a7
4 changed files with 16 additions and 12 deletions

View File

@@ -14,7 +14,6 @@ fn version_cmd() Command {
name: 'version'
description: 'Prints version information',
execute: version_func,
parent: 0
}
}