sbt prevents sequencing of InputKeys.
CucumberPlugin.cucumber is defined as an InputKey, because it can pass additional commandline parameters.
Would it be an improvement to have a TaskKey that runs all cucumber tests, and a separate InputKey to run specific tests/pass other parameters?
For example how there is a test TaskKey[Unit] and testOnly InputKey[Unit]