timescale / timescaledb-tune

A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.

Home Page:https://www.timescale.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run without color

zachcheung opened this issue · comments

	flag.BoolVar(&f.UseColor, "color", true, "Use color in output (works best on dark terminals)")

Firstly, sorry for ignoring the issue template.

Shouldn't it be nocolor with default false here? How can it run without color when the default way is color and the flag is to enable color?

@zachcheung Thanks for taking time out for reporting this, but can you please elaborate on what is the project you are facing this issue with and other details.

timescaledb-tune

@RafiaSabih As you can see, timescaledb-tune uses color in output by default, and there's a -color option there but since the default is true so I don't think it's possible to disable color.

# timescaledb-tune -h
Usage of timescaledb-tune:
  -color
        Use color in output (works best on dark terminals) (default true)