Skip to content

Commit

Permalink
chore(release): 0.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 4, 2022
1 parent 86e195b commit 23643c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
41 changes: 8 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,46 +29,21 @@ USAGE
<!-- usagestop -->
# Commands
<!-- 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 <value>
ARGUMENTS
PERSON Person to say hello to
FLAGS
-f, --from=<value> (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)_
<!-- commandsstop -->

0 comments on commit 23643c6

Please sign in to comment.