deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

Add ansi and verbosity input options #42

Closed andyexeter closed 1 year ago

andyexeter commented 1 year ago

This PR supersedes #41

It adds an ansi boolean option (defaults to true) which passes either --ansi or --no-ansi depending on whether it's true or false respectively.

This means ansi will remain enabled by default with no changes required by anyone, but developers can choose to disable it if they want.

The PR also adds a verbosity option so developers can change the current -v to -vv or -vvv if desired.