UNPKG

@promptbook/langtail

Version:

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

14 lines (13 loc) 478 B
/** * Runs CLI utilities of Promptbook package * * @private within the `@promptbook/cli` */ export declare function promptbookCli(): Promise<void>; /** * TODO: [🧠] Maybe `run` command the default, instead of `ptbk run ./foo.book.md` -> `ptbk ./foo.book.md` * TODO: [🥠] Do not export, its just for CLI script * TODO: [🕌] When more functionalities, rename * Note: 11:11 * Note: [🟡] Code in this file should never be published outside of `@promptbook/cli` */