PreviewArg
public class PreviewArg : CustomStringConvertible, JSONRepresentable
The PreviewArg struct
-
The path of the file to preview.
Declaration
Swift
public let path: String -
Please specify revision in path instead.
Declaration
Swift
public let rev: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
PreviewArg Class Reference