Skip to content

[Q] How to reset stdout colors to standard for prebuild hooks #242

Description

@evil-shrike

Hi.
I can see that all hooks' output are written with overridden colors (gray). It's hard to read. How can i reset colors to white-on-black for all output?
I tried adding tput init and tput setaf 7 && tput setab 0 in my prebuild.sh but it didn't help.
If I output via echo with ANSI (-e) it overrides but I don't want to change all my echo commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions