Website data for no-color.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add aria2 to commands that don't support NO_COLOR (#310)

authored by

Sebastian Pipping and committed by
GitHub
2e570ecf 89404a6d

+1
+1
index.md
··· 329 329 |:-|:-| 330 330 | [Ammonite](https://github.com/lihaoyi/Ammonite) | `amm --color false` ([Docs](https://ammonite.io/#1.0.0)) | 331 331 | [Arcanist](https://github.com/phacility/arcanist) | `arc --no-ansi COMMAND` ([Docs](http://manpages.ubuntu.com/manpages/xenial/man1/arc.1.html)) | 332 + | [aria2](https://aria2.github.io/) | `aria2c --enable-color=false` ([Docs](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-enable-color)) | 332 333 | [Bundler](https://bundler.io/) | `bundle COMMAND --no-color` ([Docs](https://bundler.io/v1.15/man/bundle.1.html)) | 333 334 | [Chalk](https://github.com/chalk/chalk) | `export FORCE_COLOR=0` ([Docs](https://github.com/chalk/chalk#supportscolor)) | 334 335 | [CMake](https://cmake.org/) | Set `CMAKE_COLOR_DIAGNOSTICS` to `OFF` ([Docs](https://cmake.org/cmake/help/latest/variable/CMAKE_COLOR_DIAGNOSTICS.html)) |