We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3aeb8c commit 49c9aa2Copy full SHA for 49c9aa2
README.md
@@ -57,6 +57,24 @@ Or for a single file, you can run:
57
otto doc -f <path to file>
58
```
59
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
69
+otto commit
70
71
72
+Ask it about commands:
73
74
75
+otto cmd -q "what is the command to add a remote?"
76
77
78
## Usage
79
80
For detailed usage instructions, please refer to the [documentation](docs/otto.md).
0 commit comments