()
| 122 | return subCustomProgram; |
| 123 | } |
| 124 | private async multiComponentHelp() { |
| 125 | const { steps } = this.spec; |
| 126 | for (const item of steps) { |
| 127 | logger.info(`Start executing project ${item.projectName}`); |
| 128 | const res = await this.singleComponentHelp(item.component); |
| 129 | res && res.outputHelp(); |
| 130 | logger.info(`Project ${item.projectName} successfully to execute`); |
| 131 | } |
| 132 | } |
| 133 | // s website deploy -h |
| 134 | // s deploy function -h |
| 135 | // s website deploy function -h |
no test coverage detected