2022-11-09 21:21:36 +11:00

8 lines
182 B
Go

package presentation
import "github.com/jesseduffield/lazydocker/pkg/commands"
func GetProjectDisplayStrings(project *commands.Project) []string {
return []string{project.Name}
}