()
| 14 | // global config < local config < cli params |
| 15 | // Color is a tricky one so we manually handle it here. |
| 16 | function initColor() { |
| 17 | chalk.enabled = config.color.enable && chalk.enabled; |
| 18 | chalk.init(); |
| 19 | chalk.setTheme(config.color.theme); |
| 20 | } |
| 21 | |
| 22 | function initIcon() { |
| 23 | icon.init(); |