UNPKG

snips-sam

Version:

The Snips Assistant Manager

10 lines (6 loc) 216 B
import * as yargs from 'yargs'; export const command = 'update'; export const desc = 'Update the sam CLI'; export const builder = { dir: { default: '.' } }; export const handler = async (argv: yargs.Argv) => { };