Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jan 5, 2023
1 parent 0d57459 commit 96e478f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Ask-GPT
# Gpt-Ask

Ask-GPT is a CLI tool written in Rust that queries that chat gpt AI in order to either ask question/refactor/document your code without going to the browser.

## Commands

* `ask-gpt ask --question=question`: Ask a question to chat gpt.
* `ask-gpt document --file=code_file --out=documented_code_file`: Rewrite code provided with comments and write the result in out.
* `ask-gpt refactor --file=code_file --out=documented_code_file`: Refactor code provided and write the result in out.
* `gpt-ask ask --question=question`: Ask a question to chat gpt.
* `gpt-ask document --file=code_file --out=documented_code_file`: Rewrite code provided with comments and write the result in out.
* `gpt-ask refactor --file=code_file --out=documented_code_file`: Refactor code provided and write the result in out.

## Build from source and Installation

Expand Down

0 comments on commit 96e478f

Please sign in to comment.