feat: update usage instructions and improve input/output handling in CLI

This commit is contained in:
Victor Noguera
2026-05-25 12:42:20 -04:00
parent f512f1d3d5
commit 55e3aef1e4
3 changed files with 34 additions and 11 deletions

View File

@@ -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: