Module cli

Module cli 

Source
Expand description

CLI flags for fd and ripgrep. CLI flag generation helpers for search tools (fd, rg).

Centralizes glob blacklist + base flags; exposes a dictionary with per‑tool flag builders for Lua.

Modules§

fd 🔒
fd CLI flag builder implementation.
rg 🔒
rg CLI flag builder implementation.

Constants§

GLOB_BLACKLIST
A list of glob patterns to exclude from searches.

Traits§

CliFlags
Trait for generating CLI flags for search tools.

Functions§

dict
[Dictionary] of CLI flag generators.