Update README.md
Swift libary for converting cli arguments into dictionary
.package(url: "http://github.com/aniket965/ArgsToDict.git", from: "1.0.0")
import Foundation import ArgsToDict let args = argsToDict(args: CommandLine.arguments)
let args = argsToDict(args: ["init","-type","executable"]) // args -> ["type": "executable", "_": ["init"]]
MIT © Aniket965
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
ArgsToDict
⚙️ Installation
📗 Usage
📃Example
License
MIT © Aniket965