1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

migrate submodule add test

This commit is contained in:
Jesse Duffield
2023-02-12 09:53:57 +11:00
parent 823d95a8c6
commit 010f6d7f6e
60 changed files with 115 additions and 147 deletions

View File

@ -32,7 +32,10 @@ func (self *PromptDriver) Type(value string) *PromptDriver {
}
func (self *PromptDriver) Clear() *PromptDriver {
panic("Clear method not yet implemented!")
// TODO: soft-code this
self.t.press("<c-u>")
return self
}
func (self *PromptDriver) Confirm() {