mirror of
https://github.com/vlang/v.git
synced 2025-09-09 23:39:39 -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
|
abbrev string
|
||||||
// Desciption of flag
|
// Desciption of flag
|
||||||
description string
|
description string
|
||||||
global bool
|
// If the flag is added to this command and to all subcommands
|
||||||
|
global bool
|
||||||
// If flag is requierd
|
// If flag is requierd
|
||||||
required bool
|
required bool
|
||||||
// Default value if no value provide by command line
|
// Default value if no value provide by command line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user