Documentation
    Preparing search index...

    Type Alias PajaCommand

    PajaCommand:
        | { argv: readonly string[]; mode: "argv" }
        | { command: string; mode: "shell" }

    Command configuration for a managed Paja target process.

    Type Declaration

    • { argv: readonly string[]; mode: "argv" }

      Spawn an executable with argv preserved exactly after --.

    • { command: string; mode: "shell" }

      Run a shell command string.