-
Declaration
Swift
public static func renderVerbose( content: String ) -> EnvIO<ProgressReport, nef.Error, VerboseOutput>
-
Declaration
Swift
public static func renderVerbose( content: 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 folder: URL, into output: URL ) -> EnvIO<ProgressReport, nef.Error, NEA<URL>>