AIFlow API Documentation
    Preparing search index...

    Class Shell

    Cross-platform shell executor

    • Windows: PowerShell Core (pwsh) or Windows PowerShell (powershell)
    • macOS/Linux: bash or zsh
    Index

    Methods

    • Execute a shell command and return stdout as string

      Parameters

      • shell_command: string
      • ...args: string[]

      Returns string

    • Parameters

      • process: string
      • ...args: string[]

      Returns string