sbt/util/collection
Mark Harrah a38bce8d41 Transition to all camelCase key labels.
1. Hyphenated labels are still accepted when parsing scoped keys (so 'sbt test-only' still works)
   There is currently no timeline for removing this support for hyphenated keys.
2. Only camelCase is shown for tab completion.
3. AttributeKey.rawLabel provides the unnormalized label.
   This should only be used to implement support for accepting hyphenated keys as input for compatibility.
4. AttributeKey.normLabel provides the normalized label (hyphenated converted to camelCase)
2012-11-17 20:23:07 -05:00
..
src/test/scala
AList.scala
Attributes.scala Transition to all camelCase key labels. 2012-11-17 20:23:07 -05:00
Classes.scala
Dag.scala
HList.scala
IDSet.scala
INode.scala
KList.scala
NOTICE
PMap.scala
Param.scala
Positions.scala
Settings.scala
Show.scala
Signal.scala
TypeFunctions.scala
Types.scala
Util.scala Transition to all camelCase key labels. 2012-11-17 20:23:07 -05:00