mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-05 23:18:28 +02:00
add description field to ListItem interface
This commit is contained in:
@@ -15,3 +15,7 @@ func (s *StashEntry) RefName() string {
|
||||
func (s *StashEntry) ID() string {
|
||||
return s.RefName()
|
||||
}
|
||||
|
||||
func (s *StashEntry) Description() string {
|
||||
return s.RefName() + ": " + s.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user