MCPcopy Create free account
hub / github.com/PicoCreator/smol-dev-js / constructor

Method constructor

src/cli/OutputHandler.js:142–151  ·  view source on GitHub ↗

* Constructor for the OutputHandler

()

Source from the content-addressed store, hash-verified

140 * Constructor for the OutputHandler
141 */
142 constructor() {
143 // Default config values
144 this.stdOutput = true;
145 this.tableOutput = false;
146 this.jsonOutput = false;
147 // this.jsonOutputFile = null;
148
149 this.trace = false;
150 this.silent = false;
151 }
152
153 /**
154 * Setup the required arguments for sywac to process output configurations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected