(commands: string, length: number)
| 138 | logger.write(publishYamlInfor['HomePage'] ? ` ${emoji('🧭')} ${core.makeUnderLine('More information: ' + publishYamlInfor['HomePage'])} ` + '\n' : ''); |
| 139 | } |
| 140 | function getTempCommandStr(commands: string, length: number) { |
| 141 | const commandsLength = commands.length; |
| 142 | const tempArray = new Array(length - commandsLength).fill(' '); |
| 143 | return `${commands}${tempArray.join('')} : `; |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | export default v1; |
no outgoing calls
no test coverage detected