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

@@ -30,7 +30,7 @@ bun test src/supplier/supplier-scoring.test.ts
./node_modules/.bin/tsc --noEmit
# ASIN lead-list pipeline (LLM-based)
bun run src/index.ts input/leads.xlsx --out output/results.xlsx
bun start leads.xlsx --out results.xlsx
# Supplier UPC pipeline (deterministic)
bun run upc-file --input input/supplier.xlsx --out output/supplier_ranked.xlsx