UNPKG

@promptbook/gemini

Version:

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

15 lines (14 loc) 605 B
import type { Command as Program } from 'commander'; /** * Initializes `test` command for Promptbook CLI utilities * * @private internal function of `promptbookCli` */ export declare function initializeTestCommand(program: Program): void; /** * TODO: [😶] Unite floder listing * Note: [💞] Ignore a discrepancy between file name and entity name * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` * TODO: [🖇] What about symlinks? Maybe flag --follow-symlinks * Note: This is named "test-command.ts" to avoid name collision with jest unit test files */