Skip to content

Commit

Permalink
add puppet to unsupported list (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
roock authored Apr 8, 2024
1 parent b43ce96 commit f2d2d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ color by default via `NO_COLOR`.
| [Mercurial](https://www.mercurial-scm.org/) | `hg --color=never` (or [Docs for .hgrc](https://www.mercurial-scm.org/wiki/ColorExtension)) |
| [Midnight Commander](https://midnight-commander.org/) | `mc --nocolor` |
| [Packer](https://www.packer.io/) | `export PACKER_NO_COLOR=true` |
| [Puppet](https://www.puppet.com/) | `puppet agent --color false` ([Docs](https://www.puppet.com/docs/puppet/8/configuration#color)) |
| [Radare](https://www.radare.org/r/) | `radare2 -e scr.color=0` |
| [RSpec](http://rspec.info/) | `export SPEC_OPTS=--no-color` |
| [Ruby (tests)](https://www.ruby-lang.org/) | `export RUBY_TESTOPTS=--color=never` |
Expand Down

0 comments on commit f2d2d45

Please sign in to comment.