(m model, id int)
| 157 | } |
| 158 | |
| 159 | func deletePathCmd(m model, id int) tea.Cmd { |
| 160 | return func() tea.Msg { |
| 161 | return deletePathMsg(id) |
| 162 | } |
| 163 | } |
| 164 | |
| 165 | func saveShellSourceCmd(m model) tea.Cmd { |
| 166 | return func() tea.Msg { |
no test coverage detected