UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

18 lines (17 loc) 803 B
import type { Command as Program } from 'commander'; import type { $side_effect } from '../../utils/organization/$side_effect'; /** * Initializes `test` command for Promptbook CLI utilities * * Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI * * @private internal function of `promptbookCli` */ export declare function $initializeTestCommand(program: Program): $side_effect; /** * TODO: [😶] Unite folder 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 */