(p Prompt)
| 306 | } |
| 307 | |
| 308 | func CommentableConfirmSubmitSurvey(p Prompt) func() (bool, error) { |
| 309 | return func() (bool, error) { |
| 310 | return p.Confirm("Submit?", true) |
| 311 | } |
| 312 | } |
| 313 | |
| 314 | func CommentableInteractiveEditSurvey(cf func() (gh.Config, error), io *iostreams.IOStreams) func(string) (string, error) { |
| 315 | return func(initialValue string) (string, error) { |
no test coverage detected