No description
  • Common Lisp 89.4%
  • Shell 7%
  • Makefile 3.6%
Find a file
dxtr 7ef2b7a3fa
All checks were successful
CI / test (push) Successful in 1m35s
Move --registry / --catalog-url onto index & refresh subcommands (#6)
These options only apply to enrichment, so define them on the index and refresh
commands (via a shared enrichment-source-options helper) instead of globally.
Now `lispsearch index --registry ...` works — the natural ordering — rather than
requiring the flag before the subcommand. with-cli-db's getopt* already walks the
command, so the binding chokepoint is unchanged; commands without the option just
fall back to the *registry* / *catalog-url* defaults.

Tests: cli-options-wired now asserts --db is global while --registry/--catalog-url
are on index & refresh (and not global); m4-cli.sh checks `index --help`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Reviewed-on: #6
2026-06-07 01:58:26 +02:00
.forgejo/workflows Add Makefile (build / test / run / install) (#5) 2026-06-06 21:12:25 +02:00
src Move --registry / --catalog-url onto index & refresh subcommands (#6) 2026-06-07 01:58:26 +02:00
test Move --registry / --catalog-url onto index & refresh subcommands (#6) 2026-06-07 01:58:26 +02:00
.gitignore M5: parallel enrichment fetch + deps/rdeps dependency-graph queries (#1) 2026-06-06 17:43:05 +02:00
LICENSE Initial commit 2026-06-05 14:55:38 +02:00
lispsearch.asd Add --registry / --catalog-url CLI flags via a with-config chokepoint (#4) 2026-06-06 20:41:58 +02:00
Makefile Add Makefile (build / test / run / install) (#5) 2026-06-06 21:12:25 +02:00
ocicl.csv Migrate tests to Parachute with asdf:test-system (#2) 2026-06-06 17:59:17 +02:00
README.md Initial commit 2026-06-05 14:55:38 +02:00

ocicl-search