You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Please add support for NO_COLOR environment variable https://no-color.org/ to disable colorful output and emojis in console which does not support it. Also useful for CI environments. Currently there are hardcoded colors in source code:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Please add support for
NO_COLOR
environment variable https://no-color.org/ to disable colorful output and emojis in console which does not support it. Also useful for CI environments. Currently there are hardcoded colors in source code:https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-detective/compare-keys-to-files.ts#L28
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-detective/compare-keys-to-files.ts#L107
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-detective/index.ts#L23
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-builder/index.ts#L19
https://github.com/ngneat/transloco-keys-manager/blob/d2c84d974a55c4fea3deb86a33bcd3feb259f272/src/keys-builder/create-translation-files.ts#L59
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-detective/build-table.ts#L32
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/keys-detective/build-table.ts#L81
https://github.com/ngneat/transloco-keys-manager/blob/d8e739e1566d820dc91c9de11d8d9ad053d2c552/src/utils/keys.utils.ts#L37
Describe the solution you'd like
add either support for
NO_COLOR
environment variable or add new option flag in CLIDescribe alternatives you've considered
No response
Describe alternatives you've considered
Describe alternatives you've considered
N/A
Additional context
No response
I would like to make a pull request for this feature
No
The text was updated successfully, but these errors were encountered: