@shopify/cli-kit
    Preparing search index...

    Function execCommand

    • Runs a command string asynchronously (parses command and arguments from the string).

      Parameters

      • command: string

        Full command string to be executed (e.g., 'ls -la "my folder"').

      • Optionaloptions: ExecOptions

        Optional settings for how to run the command.

      Returns Promise<void>