1.1.2 • Published 9 months ago

chk-cli v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

chkCli

Commander工具

const program = require('commander');

program.parse(process.argv); // 表示使用 Commander 来处理命令行参数

inquirer

inquirer 9 以上不支持require, 只能import

type:问题的类型,可以是 input、confirm、list、rawlist、expand、checkbox、password 或 editor。

参考文章

1.1.1

9 months ago

1.1.0

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.1.2

9 months ago

1.0.3

9 months ago

1.0.2

2 years ago

1.0.1

2 years ago