(opts CreateMenuOptions)
| 140 | WithWaitingStatus(message string, f func(gocui.Task) error) error |
| 141 | WithWaitingStatusSync(message string, f func() error) error |
| 142 | Menu(opts CreateMenuOptions) error |
| 143 | Toast(message string) |
| 144 | ErrorToast(message string) |
| 145 | SetToastFunc(func(string, ToastKind)) |
no outgoing calls
no test coverage detected