(Stash change before switching branch)

This commit is contained in:
Adam Cooper 2022-05-18 05:14:31 -04:00
parent 1cdb274c4b
commit de57745090
1 changed files with 9 additions and 7 deletions

View File

@ -112,6 +112,7 @@ func launch(m model) tea.Cmd {
}
}
/*
for r, item := range m.choices {
if _, ok := m.selected[r]; ok {
err := item.command.Wait()
@ -121,6 +122,7 @@ func launch(m model) tea.Cmd {
}
}
}
*/
return result
}