Removed unicode arrow

This commit is contained in:
David Perez 2015-03-24 14:54:10 +01:00
parent 508fc1b5ec
commit 79ef772219
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ object BasicCommands {
{
val h = (Help.empty /: s.definedCommands) { (a, b)
a ++
(try b.help(s) catch { case ex: Throwable Help.empty })
(try b.help(s) catch { case ex: Throwable => Help.empty })
}
val helpCommands = h.detail.keySet
val spacedArg = singleArgument(helpCommands).?