Greg Anderson
Greg Anderson
Or maybe: ``` shell: - command: hello options who: World count: 1 option-descriptions: who: Who to say hello to count: How many times to say hello script: - seq $COUNT...
You could also consider using a similar service such as [ahoy-cli](https://github.com/ahoy-cli/ahoy)
The status here is "PRs welcome". Someone just needs to feel it is important enough to spend the effort.
@generalredneck I use [composer scripts](https://pantheon.io/blog/writing-composer-scripts) for that purpose. Writing simple Drush commands in php is another option. If someone did want to make a PR for this, perhaps it should...
It looks like Travis is no longer turned on for drush/drush, so maybe I will switch to GitHub actions for Drush 8 after I do the Consolidation projects. Doing that...
Looks like there's a solution to the `setup()` problem in the README: https://github.com/Yoast/PHPUnit-Polyfills/blob/701f40c45a22f36906016a0aa019ebd72b966edb/README.md#testcases
Apparently it is possible to ssh into a GitHub actions container using https://github.com/mxschmitt/action-tmate. Have not tried it yet.
Close this if you wish; see #4598
The other thing I wanted to record here is that I did try roave/backward-compatibility-check in #4598, but it was way too picky for Drush and flagged things we wouldn't really...
If you run with `--no-backup` does it work, or do you just get a different error?