gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 372 B
TypeScript
import { Command } from 'commander';
import { CommandLineConfigOverrides } from '#src/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;