MCPcopy
hub / github.com/tj/commander.js / setOptionValue

Method setOptionValue

lib/command.js:931–933  ·  view source on GitHub ↗

* Store option value. * * @param {string} key * @param {object} value * @return {Command} `this` command for chaining

(key, value)

Source from the content-addressed store, hash-verified

929 */
930
931 setOptionValue(key, value) {
932 return this.setOptionValueWithSource(key, value, undefined);
933 }
934
935 /**
936 * Store option value and where the value came from.

Calls 1

Tested by

no test coverage detected