@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
15 lines (14 loc) • 569 B
TypeScript
import type { Command as Program } from 'commander';
/**
* Initializes `login` 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 $initializeLoginCommand(program: Program): void;
/**
* TODO: Implement non-interactive login
* Note: [💞] Ignore a discrepancy between file name and entity name
* Note: [🟡] Code in this file should never be published outside of `@promptbook/cli`
*/