sbt/notes/0.13.14
Eugene Yokota 569e19d03c Add build-level keys to the tab completion
Fixes #2460
Fixes #2851
Ref #2707, #2708, #2469

Unlike the previous attempts at fixing the handling of build-level
keys, this change does not change the main parsing logic, which uses
`getKey` to retrieve the key from the key map.
The fact that shell worked pre-0.13.11 means that the parsing was ok.

What this changes is just the "example" keys supplied to the parser so
the tab completion works.
2017-01-16 15:39:01 -05:00
..
buildlevelkey.md Add build-level keys to the tab completion 2017-01-16 15:39:01 -05:00
junit_xml_imp.md JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests 2016-12-01 10:45:13 +00:00