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)