class defaultimport { default } from "https://dotland.deno.dev/x/lume@v2.2.1/core/scripts.ts"; Script runner to store and run commands or execute functions It can execute the scripts and functions in parallel or sequentially Constructorsnewdefault(options?: Options)Propertiescwd: stringThe current working directory scripts: Map<string, ScriptOrFunction[]>All registered scripts and functions Methodsrun(...names: ScriptOrFunction[]): Promise<boolean>Run one or more commands set(name: string, ...scripts: ScriptOrFunction[]): voidRegister one or more scripts under a specific name