action icon indicating copy to clipboard operation
action copied to clipboard

Remove --ansi flag

Open andyexeter opened this issue 2 years ago • 0 comments

This PR removes the --ansi flag from the deploy command.

With ansi enabled, errors in actions when using dark mode on GitHub are garish and blinding. Passing --no-ansi to the dep option doesn't work, presumably because the --ansi flag comes before it.

By removing it, it can be left to the developer to explicitly enable or disable it within the dep option, e.g:

with:
  dep: deploy --no-ansi

Or

with:
  dep: deploy --ansi

andyexeter avatar Aug 16 '22 10:08 andyexeter