cli-pipe:接受管道数据作为CLI应用程序的参数

时间:2024-06-02 09:27:45
【文件属性】:

文件名称:cli-pipe:接受管道数据作为CLI应用程序的参数

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-02 09:27:45

JavaScript

cli-pipe 接受管道数据作为CLI应用程序的参数 该模块允许您接受应用程序中的管道数据以及直接提供的参数。 它返回所有参数和标志的简单数组,并将所有管道数据压入数组的末尾。 用法 首先,使用npm安装: $ npm install cli-pipe 然后包含并调用: // File: test.js var get_args = require ( 'cli-pipe' ) ; get_args ( function ( args ) { console . log ( args ) ; } ) ; 像这样运行它: $ node test.js first second # Arguments provided directly [ ' node ' , ' /path/to/dir/test.js ' , ' first ' , ' second ' ] $ ca


【文件预览】:
cli-pipe-master
----README.md(1KB)
----index.js(623B)
----package.json(567B)

网友评论