* Get source of option value. * Expected values are default | config | env | cli | implied * * @param {string} key * @return {string}
(key)
| 960 | */ |
| 961 | |
| 962 | getOptionValueSource(key) { |
| 963 | return this._optionValueSources[key]; |
| 964 | } |
| 965 | |
| 966 | /** |
| 967 | * Get source of option value. See also .optsWithGlobals(). |
no outgoing calls
no test coverage detected