@oclif/plugin-search
Advanced tools
Comparing version 1.1.5-dev.1 to 1.1.5-dev.2
@@ -15,3 +15,3 @@ /* | ||
async run() { | ||
this.log(`Use ${ux.colorize('bold', '↑')} and ${ux.colorize('bold', '↓')} keys or type to search. Press ${ux.colorize('bold', 'ESC')} to exit.\n`); | ||
this.log(ux.colorize('cyan', `Use ${ux.colorize('bold', '↑')} and ${ux.colorize('bold', '↓')} keys or type to search for a command.\nPress ${ux.colorize('bold', 'ENTER')} to view help. Press ${ux.colorize('bold', 'ESC')} to exit.\n`)); | ||
const commandChoices = this.config.commands | ||
@@ -18,0 +18,0 @@ .filter((c) => !c.hidden && !c.aliases.includes(c.id)) |
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "1.1.5-dev.1" | ||
"version": "1.1.5-dev.2" | ||
} |
{ | ||
"name": "@oclif/plugin-search", | ||
"version": "1.1.5-dev.1", | ||
"version": "1.1.5-dev.2", | ||
"description": "A command for searching commands", | ||
@@ -5,0 +5,0 @@ "author": "Salesforce", |
@@ -25,3 +25,3 @@ # @oclif/plugin-search | ||
$ @oclif/plugin-search (--version) | ||
@oclif/plugin-search/1.1.5-dev.1 linux-x64 node-v20.14.0 | ||
@oclif/plugin-search/1.1.5-dev.2 linux-x64 node-v20.14.0 | ||
$ @oclif/plugin-search --help [COMMAND] | ||
@@ -53,3 +53,3 @@ USAGE | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.1.5-dev.1/src/commands/search.ts)_ | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.1.5-dev.2/src/commands/search.ts)_ | ||
<!-- commandsstop --> | ||
@@ -56,0 +56,0 @@ |
8318