CommandLine v2.0.0 Release Notes

Release Date: 2015-09-17 // over 8 years ago
  • 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)