(workDir: string, config: PackConfig)
| 367 | } |
| 368 | |
| 369 | export function installConfiguredSkills(workDir: string, config: PackConfig): void { |
| 370 | installSkills(workDir, config.skills); |
| 371 | } |
| 372 | |
| 373 | export function refreshDescriptionsAndSave( |
| 374 | workDir: string, |
no test coverage detected