mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-02-20 01:00:22 +08:00
8 lines
182 B
Go
8 lines
182 B
Go
package presentation
|
|
|
|
import "github.com/jesseduffield/lazydocker/pkg/gui/types"
|
|
|
|
func GetMenuItemDisplayStrings(menuItem *types.MenuItem) []string {
|
|
return menuItem.LabelColumns
|
|
}
|