Searched refs:startsByTwoDashes (Results 1 – 1 of 1) sorted by relevance
122 const startsByTwoDashes = (s) => /^--/.test(s); function124 const dashes = !startsByTwoDashes(current) && isShortOption(key) ? '-' : '--';