cli-argumentor:命令行参数处理程序

时间:2024-05-18 16:21:55
【文件属性】:

文件名称:cli-argumentor:命令行参数处理程序

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-18 16:21:55

JavaScript

#cli-argumentor ##一个命令行参数处理程序 ##用法: var argumentor = require ( "cli-argumentor" ) ; var args = new argumentor ( process . argv . slice ( ) ) ; // this.vars is a global variable holder for the argumentor object args . init ( function ( vars , args ) { vars . someGlobalValue = true ; if ( args [ 0 ] == "./" ) console . log ( "OK!" ) ; } ) . add ( [ "--help" , "-h" ] , function ( ) { c


【文件预览】:
cli-argumentor-master
----cli-argumentor.js(2KB)
----README.md(752B)
----.gitignore(27B)
----package.json(403B)

网友评论