diff --git a/vlib/cli/flag.v b/vlib/cli/flag.v index dfd08602abef62..d49e9dc88f99e6 100644 --- a/vlib/cli/flag.v +++ b/vlib/cli/flag.v @@ -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