()
| 71 | type configParseError struct{ msg string } |
| 72 | |
| 73 | func (e *configParseError) Error() string { return e.msg } |
| 74 | |
| 75 | // runSessionListCompat provides test compatibility for old-style runSessionList([]string{...}) calls. |
| 76 | func runSessionListCompat(args []string) error { |
no outgoing calls
no test coverage detected