UNPKG

@promptbook/templates

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 344 B
import { Command } from 'commander'; import type { $side_effect } from '../../utils/organization/$side_effect'; /** * Marks one CLI command as deprecated while keeping it available for existing callers. * * @private utility of CLI */ export declare function $deprecateCliCommand(command: Command, deprecationMessage: string): $side_effect;