()
| 493 | } |
| 494 | |
| 495 | func enableAccessiblePrompterConfig() gh.Config { |
| 496 | return config.NewFromString("accessible_prompter: enabled") |
| 497 | } |
| 498 | |
| 499 | func disableAccessiblePrompterConfig() gh.Config { |
| 500 | return config.NewFromString("accessible_prompter: disabled") |
no test coverage detected