Giter Club home page Giter Club logo

Comments (4)

cenk1cenk2 avatar cenk1cenk2 commented on June 2, 2024 1

Dear @teppeis,

This will be fixed on the next release and any option that uses this environment variable functionality is also not working properly, so I have to rethink how we can save this without doing a breaking change and turning the color into a function that gets called while listr class is constructing.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on June 2, 2024

Dear @teppeis,

I have decided to disable this option since putting it in was kind of a mistake anyway. This will be released on v7.0.0+ but you can obtain the same behavior with using the underlying coloring libraries environment variables even though it does not have the same convenience/effect.

Since colorette has been used for a while and that should be true for version 4.0.0 as well you can use the environment variables FORCE_COLOR/NO_COLOR directly. If it does not work you can give it a try with the environment variable LISTR_DISABLE_COLOR which will be removed in v7. Setting this environment variables with anything should do the trick.

I am sorry for the inconvenience but the other way around is to always create a color palette whenever the Listr is going to use it. This was not very practical with the coloring library being used in constants as well so it had to be imported into the top level in a file which is exported by the index.js and would still be initialized before the environment variable was injected by the option.

It is still in beta so if you have any advice without making a huge changes that I am missing I can happily give it a try as well.

from listr2.

teppeis avatar teppeis commented on June 2, 2024

@cenk1cenk2
I agree with your decision.
I use NO_COLOR and find it reasonable.
It is a common mechanism for other tools and libraries.
Thank you.

from listr2.

cenk1cenk2 avatar cenk1cenk2 commented on June 2, 2024

No problem, thank you very much for reporting this.

It is always these "cute" things that I have not tested properly causes some problems :D

from listr2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.