Skip to content

Commit

Permalink
chore(release): 1.2.12-dev.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 10, 2024
1 parent e47c845 commit 91ed5df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-search
$ @oclif/plugin-search COMMAND
running command...
$ @oclif/plugin-search (--version)
@oclif/plugin-search/1.2.11 linux-x64 node-v18.20.4
@oclif/plugin-search/1.2.12-dev.0 linux-x64 node-v18.20.4
$ @oclif/plugin-search --help [COMMAND]
USAGE
$ @oclif/plugin-search COMMAND
Expand All @@ -45,15 +45,19 @@ Search for a command.

```
USAGE
$ @oclif/plugin-search search
$ @oclif/plugin-search search [-a help|copy|doctor|source|npm]
FLAGS
-a, --action=<option> Action to take on the selected command
<options: help|copy|doctor|source|npm>
DESCRIPTION
Search for a command.
Once you select a command, hit enter and it will show the help for that command.
```

_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.11/src/commands/search.ts)_
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.12-dev.0/src/commands/search.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-search",
"version": "1.2.11",
"version": "1.2.12-dev.0",
"description": "A command for searching commands",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-search/issues",
Expand Down

0 comments on commit 91ed5df

Please sign in to comment.