()
| 485 | } |
| 486 | |
| 487 | func pagerConfig() gh.Config { |
| 488 | return config.NewFromString("pager: CONFIG_PAGER") |
| 489 | } |
| 490 | |
| 491 | func disablePromptConfig() gh.Config { |
| 492 | return config.NewFromString("prompt: disabled") |
no test coverage detected
searching dependent graphs…