We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c0a92 commit 7dc0d64Copy full SHA for 7dc0d64
1 file changed
README.md
@@ -22,10 +22,22 @@ yarn global add @ekaone/json-cli
22
export ANTHROPIC_API_KEY=your_key_here
23
```
24
25
+
26
```bash
27
+// Single intent
28
json-cli "please run tests"
29
30
31
+```bash
32
+// Multiple intents
33
+json-cli "please run tests and build"
34
35
+OR
36
37
38
+json-cli "heyy ... run typecheck, test and then check git status"
39
+```
40
41
### For local development
42
43
0 commit comments