UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

4 lines (3 loc) 209 B
import { Command } from 'commander'; import { CommandLineConfigOverrides } from '#src/config.js'; export declare function reviewCommand(program: Command, cliConfigOverrides: CommandLineConfigOverrides): void;