mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
I discovered that it wasn't possible to call .previous in an input task. While I understand why you can't call .previous on an InputKey, I think it makes sense to allow calling .previous on a TaskKey within an input task.