mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cli: fix typo (#8742)
This commit is contained in:
parent
4a0367a63c
commit
4213851e22
3 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue