mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 00:26:24 -04:00
We want to show an error when the user tries to invoke an action that expects only a single item to be selected. We're using the GetDisabledReason field to enforce this (as well as DisabledReason on menu items). I've created a ListControllerTrait to store some shared convenience functions for this. |
||
|---|---|---|
| .. | ||
| copy_menu.go | ||
| dir_with_untracked_file.go | ||
| discard_all_dir_changes.go | ||
| discard_changes.go | ||
| discard_staged_changes.go | ||
| discard_unstaged_dir_changes.go | ||
| discard_unstaged_file_changes.go | ||
| gitignore.go | ||
| remember_commit_message_after_fail.go | ||