Home
last modified time | relevance | path

Searched refs:startsByTwoDashes (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcompletion.js122 const startsByTwoDashes = (s) => /^--/.test(s); function
124 const dashes = !startsByTwoDashes(current) && isShortOption(key) ? '-' : '--';