From 23643c65ea18d7ecf32426fa510695eaccfac575 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 4 Aug 2022 13:52:30 +0000 Subject: [PATCH] chore(release): 0.0.1 [ci skip] --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 41 ++++++++--------------------------------- 2 files changed, 24 insertions(+), 33 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ba630f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 0.0.1 (2022-08-04) + + +### Features + +* add search command ([99d50e0](https://github.com/oclif/plugin-search/commit/99d50e0f1335b0166ebe4f90629ddd2583d629b4)) + + +### Bug Fixes + +* improve user experience ([4430085](https://github.com/oclif/plugin-search/commit/4430085df77d335cc7cef134cc626c2a61c0a556)) +* types ([ddc87c5](https://github.com/oclif/plugin-search/commit/ddc87c58842d73c7d20627101857da43f94c0364)) diff --git a/README.md b/README.md index 8b91c84..c757e36 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-search $ @oclif/plugin-search COMMAND running command... $ @oclif/plugin-search (--version) -@oclif/plugin-search/0.0.1 darwin-x64 node-v17.1.0 +@oclif/plugin-search/0.0.1 linux-x64 node-v14.20.0 $ @oclif/plugin-search --help [COMMAND] USAGE $ @oclif/plugin-search COMMAND @@ -29,46 +29,21 @@ USAGE # Commands -* [`@oclif/plugin-search hello PERSON`](#oclifplugin-search-hello-person) -* [`@oclif/plugin-search hello world`](#oclifplugin-search-hello-world) +* [`@oclif/plugin-search search`](#oclifplugin-search-search) -## `@oclif/plugin-search hello PERSON` +## `@oclif/plugin-search search` -Say hello +Search for a command. ``` USAGE - $ @oclif/plugin-search hello [PERSON] -f - -ARGUMENTS - PERSON Person to say hello to - -FLAGS - -f, --from= (required) Whom is saying hello + $ @oclif/plugin-search search DESCRIPTION - Say hello + Search for a command. -EXAMPLES - $ oex hello friend --from oclif - hello friend from oclif! (./src/commands/hello/index.ts) + Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [dist/commands/hello/index.ts](https://github.com/oclif/plugin-search/blob/v0.0.1/dist/commands/hello/index.ts)_ - -## `@oclif/plugin-search hello world` - -Say hello world - -``` -USAGE - $ @oclif/plugin-search hello world - -DESCRIPTION - Say hello world - -EXAMPLES - $ oex hello world - hello world! (./src/commands/hello/world.ts) -``` +_See code: [dist/commands/search.ts](https://github.com/oclif/plugin-search/blob/v0.0.1/dist/commands/search.ts)_