(callback: (...args: any[]) => any)
| 109 | } |
| 110 | |
| 111 | action(callback: (...args: any[]) => any): this { |
| 112 | this.commandAction = callback |
| 113 | return this |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Check if a command name is matched by this command |
no outgoing calls
no test coverage detected