jolicode / castor

🦫 DX oriented task runner and command launcher built with PHP.
https://castor.jolicode.com
MIT License
395 stars 20 forks source link

feat(run): add possibility to specify verbose arguments for a context and rerun command with them #506

Closed joelwurtz closed 1 month ago

joelwurtz commented 1 month ago

This add the possibility to rerun a command a with additional arguments when it failed

This would allow when running a lot of commands to retry only the one that failed with additional arguments so we can have more information only in this case.

Also having this would pass the verbose arguments to command when castor is run with verbose (without having to edit the castor file)