mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🧹 Remove unused StderrOutputStream
This commit is contained in:
parent
37dfbcf7a1
commit
0f0c5b1b93
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue