UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 262 B
import { Command } from 'commander'; /** * 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): void;