ExecutableCommand.run property
Home > streplts > ExecutableCommand > run
ExecutableCommand.run property
Section titled “ExecutableCommand.run property”Execution callback invoked when the parser completes traversal validation matching this definition. *
Signature:
run: (args: string[], context: any, globals: any, options: Record<string, any>) => void | Promise<void>;