(...args: any[])
| 97 | */ |
| 98 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 99 | option(...args: any[]): Command { |
| 100 | this.options.push(args); |
| 101 | return this; |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Sets up --force flag for the command. |
no outgoing calls
no test coverage detected