Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhagsain committed Dec 9, 2022
1 parent 0072314 commit 252b050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ npm install -g @abhagsain/ai-cli
$ ai COMMAND
running command...
$ ai (--version)
@abhagsain/ai-cli/1.2.2 darwin-x64 node-v14.18.3
@abhagsain/ai-cli/1.2.3 darwin-x64 node-v14.18.3
$ ai --help [COMMAND]
USAGE
$ ai COMMAND
Expand Down Expand Up @@ -102,7 +102,7 @@ EXAMPLES
$ ai ask "Check running process on port 3000"
```

_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.2/dist/commands/ask.ts)_
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/ask.ts)_

## `ai auth`

Expand All @@ -119,7 +119,7 @@ EXAMPLES
$ ai auth (Follow the prompt)
```

_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.2/dist/commands/auth.ts)_
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/auth.ts)_

## `ai autocomplete [SHELL]`

Expand Down Expand Up @@ -185,7 +185,7 @@ EXAMPLES
$ ai model (Follow the prompt)
```

_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.2/dist/commands/model.ts)_
_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/model.ts)_

## `ai update [CHANNEL]`

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": "@abhagsain/ai-cli",
"version": "1.2.2",
"version": "1.2.3",
"description": "Get answers for CLI commands from GPT3 right from your terminal",
"author": "Anurag Bhagsain @abhagsain",
"bin": {
Expand Down

0 comments on commit 252b050

Please sign in to comment.