gaunt-sloth-assistant
Version:
> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).** > The `1.5.x` series is the final release under the old name — active development continues under > the new package. To switch: > > ```bash >
9 lines (8 loc) • 385 B
TypeScript
import { Command } from 'commander';
import { CommandLineConfigOverrides } from '@gaunt-sloth/core/config.js';
/**
* Adds the ask command to the program
* @param program - The commander program
* @param commandLineConfigOverrides - command line config overrides
*/
export declare function askCommand(program: Command, commandLineConfigOverrides: CommandLineConfigOverrides): void;