-
Cleans a nef Playground.
Declaration
Swift
static func clean(nefPlayground: URL) -> EnvIO<ProgressReport, nef.Error, Void>
Parameters
nefPlayground
Folder where to search for Xcode Playgrounds - it must be a nef Playground structure.
Return Value
An
EnvIO
to perform IO operations that produce errors of typenef.Error
, having access to an immutable environment of typeProgressReport
.