feat: update usage instructions and improve input/output handling in CLI
This commit is contained in:
10
README.md
10
README.md
@@ -21,17 +21,19 @@ cp .env.example .env
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
bun run src/index.ts input/<input.csv|xlsx> [--out output/results.xlsx]
|
||||
bun start <input.csv|xlsx> [--out results.xlsx]
|
||||
```
|
||||
|
||||
Add `--claude` to use Anthropic Claude instead of local LM Studio for LLM analysis.
|
||||
Bare input and output filenames use the `input/` and `output/` directories. Pass a path containing a directory to override those defaults.
|
||||
|
||||
Examples:
|
||||
|
||||
```bash
|
||||
bun run src/index.ts input/leads.xlsx
|
||||
bun run src/index.ts input/leads.csv --out output/results.xlsx
|
||||
bun run src/index.ts input/leads.xlsx --claude
|
||||
bun start leads.xlsx
|
||||
bun start leads.csv --out results.xlsx
|
||||
bun start leads.xlsx --claude
|
||||
bun start archive/leads.xlsx --out exports/results.xlsx
|
||||
```
|
||||
|
||||
Large-file behavior:
|
||||
|
||||
Reference in New Issue
Block a user