initialize method
Implementation
@override
List<UndoableCommand> initialize() {
Repository repository = Repository(Directory.current.path);
return [
ListRemoteCommand(repository),
];
}
@override
List<UndoableCommand> initialize() {
Repository repository = Repository(Directory.current.path);
return [
ListRemoteCommand(repository),
];
}