mineral
framework
CommandBuilder
addOption method
addOption
addOption
method
Null safety
void
addOption
(
Option
option
)
Implementation
void addOption(Option option) { _options.add(option); }
mineral
framework
CommandBuilder
addOption method
CommandBuilder class
Constructors
CommandBuilder
Properties
description
everyone
groups
hashCode
label
permissions
runtimeType
scope
subcommands
toJson
Methods
addGroup
addOption
addSubcommand
noSuchMethod
toString
Operators
operator ==