@tauri-apps/plugin-shell - v2.3.0
    Preparing search index...

    Interface SpawnOptions

    2.0.0

    interface SpawnOptions {
        cwd?: string;
        env?: Record<string, string>;
        encoding?: string;
    }
    Index

    Properties

    Properties

    cwd?: string

    Current working directory.

    env?: Record<string, string>

    Environment variables. set to null to clear the process env.

    encoding?: string

    Character encoding for stdout/stderr

    2.0.0