mirror of https://github.com/sbt/sbt.git
@japgolly reported in #4695 that aliased commands don't work in watch anymore. This was because we were extracting the task from the raw command rather than the aliased command. Since the alias wasn't a valid key, we weren't able to parse the scoped key. The fix is to find the aliased value and try that if we fail to parse the original command. Fixes #4695 |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||