(p Prompt)
| 408 | } |
| 409 | |
| 410 | func CommentableConfirmSubmitSurvey(p Prompt) func() (bool, error) { |
| 411 | return func() (bool, error) { |
| 412 | return p.Confirm("Submit?", true) |
| 413 | } |
| 414 | } |
| 415 | |
| 416 | func CommentableInteractiveEditSurvey(cf func() (gh.Config, error), io *iostreams.IOStreams) func(string) (string, error) { |
| 417 | return func(initialValue string) (string, error) { |
no test coverage detected