import * as yargs from "yargs"; yargs.usage("$0 [args]").commandDir("tools").demandCommand(1).help("help") .argv;