UNPKG

@darkobits/saffron

Version:

Yargs + Cosmiconfig for robust, configurable CLIs.

7 lines (6 loc) 224 B
import type { SaffronInitCallback } from '../etc/types'; /** * Sets global defaults for Yargs, then calls `yargs.argv`, which initiates the * Yargs parser. */ export default function init(cb?: SaffronInitCallback): void;