register loadp, ~, -- commands

This commit is contained in:
Mark Harrah 2010-09-05 11:19:34 -04:00
parent 67682f32d3
commit 323115e263
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class xMain extends xsbti.AppMain
import CommandSupport._
object Commands
{
def DefaultCommands = Seq(ignore, help, reload, read, history, exit, load, loadCommands, compile, discover,
def DefaultCommands = Seq(ignore, help, reload, read, history, continuous, exit, load, loadCommands, loadProject, compile, discover,
projects, project, setOnFailure, ifLast, multi, shell, alias, append, act)
def ignore = nothing(Set(FailureWall))