Class: CliConf
Defined in: | lib/cli-conf/cli-conf.coffee |
Instance Method Summary
- # (void) extendWithFile(file)
- # (void) set(key, value)
- # (void) get(key)
- # (void) has(key)
- # (void) extend(objects...)
- # (void) isEmpty()
- # (void) parse(input)
- # (void) _getKeyFromObject(object, key)
- # (void) _getOptionKey(key)
- # (void) _getOptionWithKey(key)
- # (void) _getLocalConfigPath()
- # (void) _readFile(file)
Constructor Details
#
(void)
constructor(_options = {})
Instance Method Details
#
(void)
extendWithFile(file)
#
(void)
set(key, value)
#
(void)
get(key)
#
(void)
has(key)
#
(void)
extend(objects...)
#
(void)
isEmpty()
#
(void)
parse(input)
#
(void)
_getKeyFromObject(object, key)
#
(void)
_getOptionKey(key)
#
(void)
_getOptionWithKey(key)
#
(void)
_getLocalConfigPath()
#
(void)
_readFile(file)