mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
cli: add attribute doc for Flag.global (#19224)
This commit is contained in:
parent
981ff192e4
commit
007519e130
@ -23,7 +23,8 @@ pub mut:
|
||||
abbrev string
|
||||
// Desciption of flag
|
||||
description string
|
||||
global bool
|
||||
// If the flag is added to this command and to all subcommands
|
||||
global bool
|
||||
// If flag is requierd
|
||||
required bool
|
||||
// Default value if no value provide by command line
|
||||
|
Loading…
x
Reference in New Issue
Block a user