qinglong/cli/index.ts
2021-12-05 23:04:26 +08:00

4 lines
81 B
TypeScript

import * as yargs from 'yargs';
yargs.help('h').alias('h', 'help').help().argv;