Swift 3 CommandLine class
IngmarStein opened this issue · 0 comments
IngmarStein commented
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?
- Leave as is and refer to the two classes as
Swift.CommandLine
andCommandLine.CommandLine
? - Rename this library's module
CommandLine
class to something else, e.g.CommandLineKit
? - Make this library's
CommandLine
an extension ofSwift.CommandLine
?