@promptbook/vercel
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
9 lines (8 loc) • 345 B
TypeScript
import { Command } from 'commander';
import type { $side_effect } from '../../utils/organization/$side_effect';
/**
* Note: `$` is used to indicate that this function is not a pure function - it registers an option in the CLI
*
* @private utility of CLI
*/
export declare function $addGlobalOptionsToCommand(command: Command): $side_effect;