mirror of https://github.com/sbt/sbt.git
Removed unicode arrow
This commit is contained in:
parent
508fc1b5ec
commit
79ef772219
|
|
@ -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).?
|
||||
|
|
|
|||
Loading…
Reference in New Issue