Skip to content

Commit

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

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

## `ai auth`

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

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

## `ai help [COMMAND]`

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

0 comments on commit 1855074

Please sign in to comment.