🧹 Remove unused StderrOutputStream

This commit is contained in:
Chris Araman 2021-05-28 11:39:50 -07:00
parent 37dfbcf7a1
commit 0f0c5b1b93
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -7,17 +7,10 @@
//
import Commandant
import Foundation
import MasKit
MasKit.initialize()
struct StderrOutputStream: TextOutputStream {
mutating func write(_ string: String) {
fputs(string, stderr)
}
}
let registry = CommandRegistry<MASError>()
let helpCommand = HelpCommand(registry: registry)