From fb714834adfb0e1e36c4cfc7ca288391cfc18986 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jan 2026 15:15:15 +0100 Subject: pkg/codesearch: add dir-index command dir-index provides a list of subdirectories and files in the given directory in the source tree. --- pkg/codesearch/testdata/query-dir-index-missing | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/codesearch/testdata/query-dir-index-missing (limited to 'pkg/codesearch/testdata/query-dir-index-missing') diff --git a/pkg/codesearch/testdata/query-dir-index-missing b/pkg/codesearch/testdata/query-dir-index-missing new file mode 100644 index 000000000..e028d1be1 --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-missing @@ -0,0 +1,3 @@ +dir-index mm/foobar + +not found -- cgit mrf-deployment