1.1.2 • Published 10 months ago

chk-cli v1.1.2

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

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.1.2

10 months ago

1.0.3

10 months ago

1.0.2

2 years ago

1.0.1

2 years ago