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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)