enhance: search cmd highlights search term and

allows for user specified limit of results.
Also enabled nbb-logseq tests for cli since first
test was introduced
This commit is contained in:
Gabriel Horner
2025-07-24 15:17:20 -04:00
committed by Gabriel Horner
parent 81b3c65d6a
commit c67e254b4a
11 changed files with 102 additions and 62 deletions

View File

@@ -69,6 +69,9 @@ jobs:
- name: Fetch yarn deps
run: yarn install --frozen-lockfile
- name: Run nbb-logseq tests
run: yarn test
# In this job because it depends on an npm package
- name: Load namespaces into nbb-logseq
run: bb test:load-all-namespaces-with-nbb .
@@ -93,7 +96,7 @@ jobs:
bb: ${{ env.BABASHKA_VERSION }}
- name: Run clj-kondo lint
run: clojure -M:clj-kondo --lint src
run: clojure -M:clj-kondo --lint src test
- name: Carve lint for unused vars
run: bb lint:carve