grizzled-scala 1.0.9
- Fixed
grizzled.readlineso that a newline in the prompt doesn't returnNone(for EOF). - Based on pull request #3, by Dan Sully, added the following
features to
grizzled.config: - Section name regular expression can now be specified to
Configurationobjects, thus allowing alternate section name forms. - Comment regular expression can now be specified to
Configuration, allowing alternate comment syntaxes. Configurationnow supports atgetAsList()method, which returns a value split into a string list. Delimiters may be specified. The value returned is of typeOption[List[String]].
The Grizzled Scala Library contains a variety of miscellaneous utility classes and objects. Basically, whenever I find myself writing something that's general-purpose, I put it in here, so I can easily use it in multiple projects.
