Skip to content

Commit 49c9aa2

Browse files
committed
Add new example commands to README.md
1 parent d3aeb8c commit 49c9aa2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,24 @@ Or for a single file, you can run:
5757
otto doc -f <path to file>
5858
```
5959

60+
Ask a question about a repo:
61+
62+
```sh
63+
otto ask . -q "What does LoadFile do differently than ReadFile?"
64+
```
65+
66+
Generate a commit message:
67+
68+
```sh
69+
otto commit
70+
```
71+
72+
Ask it about commands:
73+
74+
```sh
75+
otto cmd -q "what is the command to add a remote?"
76+
```
77+
6078
## Usage
6179

6280
For detailed usage instructions, please refer to the [documentation](docs/otto.md).

0 commit comments

Comments
 (0)