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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user