feat: add color option to CLI and configuration file
The option is used to force enable/disable color output and is passed to the reporter which should respect it
This commit is contained in:
parent
7bae76f496
commit
f9a16d87a1
14 changed files with 112 additions and 11 deletions
6
.changeset/funny-ladybugs-cheat.md
Normal file
6
.changeset/funny-ladybugs-cheat.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@emigrate/types': minor
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Add `color` option to the CLI and configuration file, which is used to force enable/disable color output from the reporter (the option is passed to the chosen reporter which should respect it)
|
||||
Loading…
Add table
Add a link
Reference in a new issue