1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Files
lazygit/pkg/gui/presentation/menu.go
Jesse Duffield d82f175e79 refactor contexts
2022-03-17 19:13:40 +11:00

8 lines
168 B
Go

package presentation
import "github.com/jesseduffield/lazygit/pkg/gui/style"
func OpensMenuStyle(str string) string {
return style.FgMagenta.Sprintf("%s...", str)
}