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:
@@ -40,3 +40,7 @@ func (f *File) Matches(f2 *File) bool {
|
||||
func (f *File) ID() string {
|
||||
return f.Name
|
||||
}
|
||||
|
||||
func (f *File) Description() string {
|
||||
return f.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user