UNPKG

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 >

4 lines (3 loc) 227 B
import { Command } from 'commander'; import { CommandLineConfigOverrides } from '@gaunt-sloth/core/config.js'; export declare function getCommand(program: Command, commandLineConfigOverrides: CommandLineConfigOverrides): void;