Expand description
blz CLI - Fast local search for llms.txt documentation
This is the main entry point for the blz command-line interface. All command implementations are organized in separate modules for better maintainability and single responsibility.
Modules§
- args
- Shared argument types and groups for the BLZ CLI.
- config
- Runtime configuration for CLI command execution.
- error
- CLI error handling with semantic exit codes.
- generate
- Generate command orchestration for creating llms-full.txt files.
Functions§
- run
- Execute the blz CLI with the currently configured environment.