menu
get_cli package
documentation
commands/impl/update/update.dart
UpdateCommand
validate method
validate method
dark_mode
light_mode
validate
method
@
override
bool
validate
(
)
override
validate command line arguments
Implementation
@override
bool
validate() {
super
.validate();
return
true
; }
get_cli package
documentation
commands/impl/update/update
UpdateCommand
validate method
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 ==