-
Declaration
Swift
public static func renderVerbose( content: String, permalink: String ) -> EnvIO<ProgressReport, nef.Error, VerboseOutput>
-
Declaration
Swift
public static func renderVerbose( content: String, permalink: String, toFile file: URL ) -> EnvIO<ProgressReport, nef.Error, URLVerboseOutput>
-
Declaration
Swift
public static func render( playground: URL, into output: URL ) -> EnvIO<ProgressReport, nef.Error, NEA<URL>>
-
Declaration
Swift
public static func render( playgroundsAt: URL, mainPage: URL, into output: URL ) -> EnvIO<ProgressReport, nef.Error, NEA<URL>>