Carthage / Commandant

Type-safe command line argument handling
MIT License
422 stars 48 forks source link

Drop Result dependency and implement Swift 5 Result #145

Closed daltonclaybrook closed 5 years ago

daltonclaybrook commented 5 years ago

Swift 5 adds the Result type to the standary library. It is no longer necessary to use a third-party dependency for Result. This dependency should be removed in favor the the native Result type.