(p Prompt)
| 325 | } |
| 326 | |
| 327 | func CommentableInteractiveCreateIfNoneSurvey(p Prompt) func() (bool, error) { |
| 328 | return func() (bool, error) { |
| 329 | return p.Confirm("No comments found. Create one?", true) |
| 330 | } |
| 331 | } |
| 332 | |
| 333 | func CommentableEditSurvey(cf func() (gh.Config, error), io *iostreams.IOStreams) func(string) (string, error) { |
| 334 | return func(initialValue string) (string, error) { |
no test coverage detected