menu
balo package
documentation
command/command.dart
CloneBranchCommitCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
Future
<
void
>
execute
(
)
override
Implementation
@override Future<void> execute() async { remoteBranch.clone(localRepository: localRepository); }
balo package
documentation
command/command
CloneBranchCommitCommand
execute method
CloneBranchCommitCommand class