Skip to content

Commit d4ae282

Browse files
committed
chore: update doc
1 parent b17bd28 commit d4ae282

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,17 @@ json-cli --help
112112
Usage
113113
json-cli "<your goal>" [options]
114114
115+
Alias
116+
jc "<your goal>" [options]
117+
115118
Options
116119
--provider <name> AI provider: claude | openai | ollama (default: claude)
117120
--yes Skip confirmation prompt
118121
--dry-run Show plan without executing
119122
--debug Show system prompt and raw AI response
123+
--resume Resume from last failed step
124+
--history Browse and re-run past commands
125+
--history --clear Clear command history
120126
--help Show this help message
121127
--version, -v Show version
122128
@@ -130,6 +136,8 @@ json-cli --help
130136
json-cli "run tests" --dry-run
131137
json-cli "run tests" --debug
132138
json-cli "run tests" --debug --dry-run
139+
json-cli --resume
140+
json-cli --history
133141
134142
Docs: https://github.com/ekaone/json-cli
135143
```

0 commit comments

Comments
 (0)