menu
get_cli package
documentation
commands/impl/update/update.dart
UpdateCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
Future
<
void
>
execute
(
)
override
execute command
Implementation
@override Future<void> execute() async { await ShellUtils.update(); }
get_cli package
documentation
commands/impl/update/update
UpdateCommand
execute method
UpdateCommand class