(val: string)
| 24 | static args = Command.args |
| 25 | |
| 26 | private getPlugin(val: string): string { |
| 27 | return val.includes('@') ? val.split('@')[0] : val |
| 28 | } |
| 29 | |
| 30 | async add(type: PluginType): Promise< |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected