OptionKit icon indicating copy to clipboard operation
OptionKit copied to clipboard

Option parsing in Swift

Results 7 OptionKit issues
Sort by recently updated
recently updated
newest added

This will remove the warnings `OptionKit/OptionKit/Core.swift:97:26: 'characters' is deprecated: Please use String or Substring directly`

Would be great if this could work with SPM4, so that is could be used like so in `Package.swift`: ``` // swift-tools-version:4.0 import PackageDescription let package = Package( name: "Test01",...

Do you have any plans to update this to Swift 3? Would be very nice to use this in Swift 3 projects!

Hello, I like the concept of your project and would like to use it a bit more. It's fine if I have one option but it seems to break on...

The docs say the given `helpDescription` with an `Option` will be displayed when the `--help` option is triggered, but it is never displayed. Quite useless this way. ;) I think...