Searched refs:completions (Results 1 – 11 of 11) sorted by relevance
/plugin/asciidocjs/node_modules/yargs/build/lib/ |
D | completion.js | 32 const completions = []; 33 this.commandCompletions(completions, args, current); 34 this.optionCompletions(completions, args, argv, current); 35 this.choicesCompletions(completions, args, argv, current); 36 done(null, completions); 38 commandCompletions(completions, args, current) { argument 49 completions.push(commandName); 53 completions.push(commandName.replace(/:/g, '\\:') + ':' + desc); 59 optionCompletions(completions, args, argv, current) { argument 60 if ((current.match(/^-/) || (current === '' && completions.length === 0)) && [all …]
|
D | yargs-factory.js | 433 …ssPrivateFieldGet(this, _YargsInstance_completion, "f").getCompletion(args, (err, completions) => { 437 resolve(completions); 1391 …ieldGet(this, _YargsInstance_completion, "f").getCompletion(completionArgs, (err, completions) => { 1394 (completions || []).forEach(completion => {
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
D | completion.js | 13 var completions = [], 26 return completionFunction(current, argv, function (completions) { argument 27 done(completions) 34 completions.push(command[0]) 40 completions.push('--' + key) 44 done(completions)
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
D | completion.sh.hbs | 1 ###-begin-{{app_name}}-completions-### 15 # ask yargs to generate completions. 16 type_list=`{{app_path}} --get-yargs-completions $args` 22 ###-end-{{app_name}}-completions-###
|
D | index.js | 442 completion.getCompletion(function (completions) { argument 443 ;(completions || []).forEach(function (completion) {
|
D | README.md | 736 being outputted. To enable bash completions, concat the generated script to your 751 // simply return an array of completions. 760 But wait, there's more! you can provide asynchronous completions.
|
D | CHANGELOG.md | 54 …/commit/718bacd81b9b44f786af76b2afe491fe06274f19) added support for bash completions see #4 (@bcoe)
|
/plugin/aichatlocal/ |
D | plugin-info.txt | 50 * Must support /v1/chat/completions endpoint
|
/plugin/asciidocjs/node_modules/yargs/build/ |
D | index.cjs | 1 …completions",this.aliases=null,this.customCompletionFunction=null,this.zshShell=null!==(o=(null===…
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
D | CHANGELOG.md | 680 - Added regex option form suggest completions https://www.elastic.co/guide/en/elasticsearch/referen…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …completions should be computed based on words in the document.\")\n },\n 'editor.sem…
|