argus:复杂的 CLI 参数解析器

时间:2021-06-29 08:18:14
【文件属性】:
文件名称:argus:复杂的 CLI 参数解析器
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-29 08:18:14
CoffeeScript 信息 包裹 阿格斯 描述 复杂的 CLI 参数解析器 节点版本 >= 0.4 细节 Argus 允许您通过 CLI 将一组复杂数据传递给您的应用程序。 这可以是一个对象、字符串、数字的数组,你可以命名它。 可以使用任何有效的 JSON 数组。 用法 # You can pass an array of JSON values mycli dostuff[ " johnny boy " , true , - 1 ] # {"dostuff":["johnny boy",true,-1]} # You can set it to a single JSON value mycli dostuff = true # {"dostuff":true} # You can mix single and multi-value commands mycli dostuff = true : othe
【文件预览】:
argus-master
----.gitignore(41B)
----README.md(2KB)
----test()
--------mocha.opts(15B)
--------standard.coffee(4KB)
----LICENSE(1KB)
----package.json(708B)
----index.js(75B)
----.npmignore(41B)
----.travis.yml(36B)
----lib()
--------standard.pegjs(4KB)
--------main.coffee(225B)

网友评论