Searched refs:usageText (Results 1 – 2 of 2) sorted by relevance
132 let usageText = " ";134 usageText += "-" + option.shortName;135 usageText += getParamType(option);136 usageText += ", ";139 usageText += "--" + option.name;140 usageText += getParamType(option);142 usageColumn.push(usageText);158 marginLength = Math.max(usageText.length, marginLength);162 const usageText = " @<" + getDiagnosticText(Diagnostics.file) + ">"; constant163 usageColumn.push(usageText);[all …]
94927 var usageText = " @<" + ts.getDiagnosticText(ts.Diagnostics.file) + ">";94928 usageColumn.push(usageText);94930 marginLength = Math.max(usageText.length, marginLength);