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

7 lines (6 loc) 188 B
import { Command } from 'commander'; /** * Adds the init command to the program * @param program - The commander program */ export declare function initCommand(program: Command): void;