jatoben/CommandLine

Swift 3 CommandLine class

IngmarStein opened this issue · 0 comments

Swift 3's standard library will have its own CommandLine class (renamed from Process): https://github.com/apple/swift/commits/master/stdlib/public/core/CommandLine.swift

What's the plan with respect to the potential name clash?

  1. Leave as is and refer to the two classes as Swift.CommandLine and CommandLine.CommandLine?
  2. Rename this library's module CommandLine class to something else, e.g. CommandLineKit?
  3. Make this library's CommandLine an extension of Swift.CommandLine?