mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-15 01:34:26 +02:00
a more complex custom command test
This commit is contained in:
@ -71,3 +71,11 @@ func (self *GuiDriver) LogUI(message string) {
|
||||
func (self *GuiDriver) CheckedOutRef() *models.Branch {
|
||||
return self.gui.helpers.Refs.GetCheckedOutRef()
|
||||
}
|
||||
|
||||
func (self *GuiDriver) MainView() *gocui.View {
|
||||
return self.gui.mainView()
|
||||
}
|
||||
|
||||
func (self *GuiDriver) SecondaryView() *gocui.View {
|
||||
return self.gui.secondaryView()
|
||||
}
|
||||
|
Reference in New Issue
Block a user