menu
get_cli package
documentation
commands/interface/command.dart
Command
acceptedFlags property
acceptedFlags property
dark_mode
light_mode
acceptedFlags
property
List
<
String
>
get
acceptedFlags
Implementation
List
<
String
>
get
acceptedFlags => [];
get_cli package
documentation
commands/interface/command
Command
acceptedFlags property
Command class
Constructors
new
Properties
acceptedFlags
alias
args
childrens
codeSample
commandName
flags
fromArgument
hashCode
hint
maxParameters
name
onCommand
runtimeType
withArgument
Methods
containsArg
execute
noSuchMethod
toString
validate
Operators
operator ==