mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
Although this is technically in the internal package, it is exposed to users when they write a custom input task. I do not think that we should prevent users/plugin authors from writing their own parser implementations if there is a different library they prefer. By my count, there are 21 implementations of this interface in sbt, so it's unlikely that there is much benefit from a pattern matching perspective.