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