Files
wasmtime/cranelift/src
Andrew Brown ef122a72d2 clif-util: add option for controlling terminal colors
On @fitzgen's suggestion, this change adds a `--color` option for controlling whether the `clif-util` output prints with ANSI color escape sequences. Only `clif-util wasm ...` currently uses this new option. The option has three variants:
 - `--color auto`, the default, prints colors if the terminal supports them
 - `--color always` prints colors always
 - `--color never` never prints colors
2020-08-03 14:14:12 -07:00
..
2019-10-24 09:54:31 -06:00
2020-04-18 13:24:06 +02:00
2019-10-24 09:54:31 -06:00
2020-05-07 16:51:09 -07:00