mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
cli: fix warning
This commit is contained in:
parent
7a031d5e23
commit
3c65af8b9a
3 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ fn help_cmd() Command {
|
|||
name: 'help',
|
||||
description: 'Prints help information',
|
||||
execute: help_func,
|
||||
parent: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue