ozibuild
    Preparing search index...

    Function cmd

    • Promisified version of spawn

      Parameters

      • ctx: SourceDirContext
      • bin: string

        command to run

      • args: string[]

        additional command arguments

      • options: SpawnOptions

        spawn options

      Returns Promise<string>

      a promise of the stdout content from the command run, resolved upon command completion.