Skip to content

Commit 7dc0d64

Browse files
committed
chore: update doc
1 parent e6c0a92 commit 7dc0d64

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,22 @@ yarn global add @ekaone/json-cli
2222
export ANTHROPIC_API_KEY=your_key_here
2323
```
2424

25+
2526
```bash
27+
// Single intent
2628
json-cli "please run tests"
2729
```
2830

31+
```bash
32+
// Multiple intents
33+
json-cli "please run tests and build"
34+
35+
OR
36+
37+
```bash
38+
json-cli "heyy ... run typecheck, test and then check git status"
39+
```
40+
2941
### For local development
3042

3143
```bash

0 commit comments

Comments
 (0)