1.1.2 • Published 5 months ago

chk-cli v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.1.2

5 months ago

1.0.3

5 months ago

1.0.2

2 years ago

1.0.1

2 years ago