没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
指挥官 Commandant是一个用于解析命令行参数的Swift框架,其受启发(反过来又受Haskell库启发)。 例子 使用Commandant,可以按以下方式定义命令及其相关选项: struct LogCommand : CommandProtocol { typealias Options = LogOptions let verb = " log " let function = " Reads the log " func run ( _ options : Options) -> Result<(), YourErrorType> { // Use the parsed options to do something interesting here. return () } } struct LogOptions : OptionsProtocol {
资源推荐
资源详情
资源评论
收起资源包目录
Commandant-master.zip (37个子文件)
Commandant-master
.travis.yml 2KB
Cartfile.resolved 100B
.gitmodules 365B
Carthage
Checkouts
Nimble
xcconfigs
Quick
Commandant.xcodeproj
project.xcworkspace
contents.xcworkspacedata 155B
project.pbxproj 31KB
xcshareddata
xcschemes
Commandant.xcscheme 4KB
.swift-version 4B
.swiftlint.yml 193B
Commandant.podspec 1KB
Cartfile.private 99B
Sources
Commandant
Commandant.h 521B
Switch.swift 2KB
Result+Additions.swift 421B
Argument.swift 4KB
Option.swift 9KB
HelpCommand.swift 2KB
ArgumentProtocol.swift 1KB
Command.swift 7KB
Info.plist 913B
ArgumentParser.swift 5KB
OrderedSet.swift 800B
Errors.swift 6KB
Package.swift 575B
CONTRIBUTING.md 946B
Commandant.xcworkspace
contents.xcworkspacedata 344B
xcshareddata
IDEWorkspaceChecks.plist 238B
LICENSE.md 1KB
.gitignore 274B
Package.resolved 1KB
.hound.yml 41B
Tests
LinuxMain.swift 191B
CommandantTests
CommandSpec.swift 839B
OptionSpec.swift 11KB
OrderedSetSpec.swift 465B
OptionsWithEnumProtocolSpec.swift 10KB
Info.plist 736B
README.md 2KB
共 37 条
- 1
资源评论
你就应该
- 粉丝: 46
- 资源: 4600
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功