UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

13 lines (12 loc) 473 B
import type { Command as Program } from 'commander'; /** * Initializes `about` command for Promptbook CLI utilities * * @private internal function of `promptbookCli` */ export declare function initializeAboutCommand(program: Program): void; /** * TODO: [🗽] Unite branding and make single place for it * Note: [💞] Ignore a discrepancy between file name and entity name * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` */