TerminalProfileRegistry

constructor(osName: String = System.getProperty("os.name"), environment: Map<String, String> = System.getenv(), pathSeparator: String = File.pathSeparator, executableExists: (Path) -> Boolean = Files::isRegularFile)