目录
目录README.md

ArgsToDict

Swift libary for converting cli arguments into dictionary

⚙️ Installation

.package(url: "http://github.com/aniket965/ArgsToDict.git", from: "1.0.0")

📗 Usage

import Foundation
import ArgsToDict

let args = argsToDict(args: CommandLine.arguments)

📃Example

let args = argsToDict(args: ["init","-type","executable"])
// args -> ["type": "executable", "_": ["init"]]

License

MIT © Aniket965

关于
31.0 KB
邀请码