Coverage for src/lilbee/cli/commands/_shared.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.2, created at 2026-08-14 11:46 +0000

1"""Constants shared across the CLI command submodules.""" 

2 

3from __future__ import annotations 

4 

5CHUNK_PREVIEW_LEN = 80 # characters shown in human-readable search output