dargs:反转极简主义。 将选项对象转换为命令行参数数组

时间:2024-06-01 02:53:31
【文件属性】:

文件名称:dargs:反转极简主义。 将选项对象转换为命令行参数数组

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-01 02:53:31

JavaScript

达格斯 反向 。 将选项对象转换为命令行参数数组。 在生成命令行工具时很有用。 安装 $ npm install dargs 用法 import dargs from 'dargs' ; const object = { _ : [ 'some' , 'option' ] , // Values in '_' will be appended to the end of the generated argument list '--' : [ 'separated' , 'option' ] , // Values in '--' will be put at the very end of the argument list after the escape option (`--`) foo : 'bar' , hello : true ,


【文件预览】:
dargs-main
----index.test-d.ts(816B)
----.gitattributes(19B)
----.github()
--------funding.yml(111B)
--------security.md(179B)
--------workflows()
----test.js(3KB)
----license(1KB)
----index.d.ts(4KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(2KB)
----readme.md(4KB)
----package.json(886B)

网友评论