Puppet.fromFile

Loads a Puppet from a file.

class Puppet
version(!WebAssembly)
@nogc static @nogc
Result!Puppet
fromFile

Parameters

path string

Path to the file to load.

sink IOSink

A sink to write logs to.

Notes: Not available when compiling for WebAssembly.

Meta