menu
get_cli package
documentation
commands/impl/update/update.dart
UpdateCommand
acceptedFlags property
acceptedFlags property
dark_mode
light_mode
acceptedFlags
property
@
override
List
<
String
>
get
acceptedFlags
override
Implementation
@override
List
<
String
>
get
acceptedFlags => [
'-f'
,
'--git'
];
get_cli package
documentation
commands/impl/update/update
UpdateCommand
acceptedFlags property
UpdateCommand 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 ==