ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface OSInfo

    interface OSInfo {
        arch: string;
        defaultShell?: ShellType;
        distro: string;
        init: InitSystem;
        packageManager: PackageManager;
        platform: Platform;
        shell: string;
        tempDir?: string;
        version: string;
    }
    Index

    Properties

    arch: string
    defaultShell?: ShellType
    distro: string
    packageManager: PackageManager
    platform: Platform
    shell: string
    tempDir?: string
    version: string