(command: CommandBase, args: string)
| 776 | } |
| 777 | } |
| 778 | function formatCommandInput(command: CommandBase, args: string): string { |
| 779 | return formatCommandInputTags(getCommandName(command), args); |
| 780 | } |
| 781 | |
| 782 | /** |
| 783 | * Formats the metadata for a skill loading message. |
no test coverage detected