Coverage for src / lilbee / cli / commands / _shared.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-05-15 20:55 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-05-15 20:55 +0000
1"""Constants shared across the CLI command submodules."""
3from __future__ import annotations
5CHUNK_PREVIEW_LEN = 80 # characters shown in human-readable search output