Protocols
The following protocols are available globally.
-
Can run commands.
See moreDeclaration
Swift
public protocol CommandRunning
-
Undocumented
See moreDeclaration
Swift
public protocol Context : CustomDebugStringConvertible
-
CommandRunning is not available on iOS, tvOS and watchOS.
-
A stream of text. Does as much as possible lazily.
See moreDeclaration
Swift
public protocol ReadableStream : AnyObject, TextOutputStreamable, CommandRunning
-
An output stream, like standard output or a writeable file.
See moreDeclaration
Swift
public protocol WritableStream : AnyObject, TextOutputStream