UNPKG

snips-sam

Version:

The Snips Assistant Manager

7 lines (5 loc) 223 B
import * as yargs from 'yargs'; export const command = 'setup'; export const desc = 'Setup hardware'; export const builder = (argv: yargs.Argv) => argv.commandDir('setup'); export const handler = (argv: yargs.Argv) => {};