Skip to content

ExecutableCommand.run property

Home > streplts > ExecutableCommand > run

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>;