Commands
search
Search for files matching query using trigram fuzzy matching.| Option | Default | Description |
|---|---|---|
-n <limit> | 10 | Max results |
--cwd | - | Filter to current directory only |
--json | - | JSON output |
-r | - | Reindex before search |
chain
Trace symbol call chain (BFS, flat list).| Option | Default | Description |
|---|---|---|
--callers | default | Show who calls symbol |
--callees | - | Show what symbol calls |
--depth <N> | 3 | Max traversal depth |
--strict | - | Exact + normalized only |
--fuzzy=<N> | 0.5 | Set fuzzy threshold (0.0-1.0) |
--json | - | JSON output |
-r | - | Reindex before chain |
tree
DFS call tree (hierarchical). Same options aschain.