Fixed typo in flag.v (#19534)

This commit is contained in:
Yash Raj 2023-10-09 19:31:39 +05:30 committed by GitHub
parent 121fa0e92d
commit 04eb86c9fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,11 @@ pub mut:
name string
// Like short option
abbrev string
// Desciption of flag
// Description of flag
description string
// If the flag is added to this command and to all subcommands
global bool
// If flag is requierd
// If flag is required
required bool
// Default value if no value provide by command line
default_value []string = []