UNPKG

snips-sam

Version:

The Snips Assistant Manager

7 lines (5 loc) 238 B
import * as yargs from 'yargs'; export const command = 'test'; export const desc = 'Test assistant and device'; export const builder = (argv: yargs.Argv) => argv.commandDir('test'); export const handler = async (argv: yargs.Argv) => {};