File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments