Skip to content

ccusage / _consts / BLOCKS_COMPACT_WIDTH_THRESHOLD

Variable: BLOCKS_COMPACT_WIDTH_THRESHOLD

ts
const BLOCKS_COMPACT_WIDTH_THRESHOLD: 120 = 120;

Terminal width threshold for switching to compact display mode in blocks command Below this width, tables use more compact formatting

Released under the MIT License.