1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cli: fix typo (#8742)

This commit is contained in:
AAAA
2021-02-15 09:25:30 -06:00
committed by GitHub
parent 4a0367a63c
commit 4213851e22
3 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ fn main() {
greet_cmd.add_flag(Flag{
flag: .string
name: 'fun'
multipe: true
multiple: true
description: 'Just a dumby flags to show multiple.'
})
cmd.add_command(greet_cmd)