1.1.2 • Published 1 year ago

chk-cli v1.1.2

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

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

3 years ago