clever-tools
clever-tools copied to clipboard
feat: add a --no-color option
Fix #631
ops team asked to implement a quite generic approach for this kind of option:
- if the app is launched in a non-tty environment: no-color by default
- if the app is launched in a tty environment: color by default
- if the user asks a particular mode, it is given priority