runstorm - v0.6.2
    Preparing search index...

    Function runCli

    • Run RunStorm directly as as a CLI. Note that this will exit the current process. If you simply want to API into RunStorm, consider using runCommands or runRawCommands instead.

      Parameters

      • rawArgs: readonly string[]
      • importMeta: Readonly<ImportMeta>
      • cwd: string = ...

      Returns Promise<void>