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
« prev ^ index » next coverage.py v7.15.2, created at 2026-08-14 11:46 +0000
1"""Constants shared across the CLI command submodules."""
3from __future__ import annotations
5CHUNK_PREVIEW_LEN = 80 # characters shown in human-readable search output