mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
import * as yargs from 'yargs';
|
|
|
|
yargs.help('h').alias('h', 'help').help().argv;
|