Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

CommandLine v2.0.0

Latest
Compare
Choose a tag to compare
@jatoben jatoben released this 17 Sep 00:21
· 138 commits to master since this release

CommandLine v2.0.0 requires Xcode 7 / Swift 2.

  • Use new Swift 2 error handling (#19)
  • Allow callers to specify a destination and error when invoking printUsage() (#20)
  • Options can be specified with either a short flag, long flag, or both (#25)
  • Add wasSet property to Option classes (#26)