UNPKG

dpkit

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

7 lines (5 loc) 202 B
import type { HelpConfiguration } from "commander" import pc from "picocolors" export const helpConfiguration: HelpConfiguration = { styleTitle: str => pc.bold(str.toUpperCase().replace(":", "")), }