mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
Fixed typo in flag.v (#19534)
This commit is contained in:
parent
121fa0e92d
commit
04eb86c9fa
1 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue