import yargs from 'yargs' import create from './commands/create' yargs .usage(' [args]') // .scriptName('rage-fw') // .usage('$0 [args]') // @ts-ignore .command(create) .help().argv