addCommandAlias("ls", "projects") addCommandAlias("cd", "project") addCommandAlias("c", "compile") addCommandAlias("tc", "Test/compile") addCommandAlias("to", "Test/testOnly") addCommandAlias("tt", "Test/test") addCommandAlias("itc", "IntegrationTest/compile") addCommandAlias("ito", "IntegrationTest/testOnly") addCommandAlias("itt", "IntegrationTest/test") addCommandAlias("up", "update") addCommandAlias("dup", "dependencyUpdates")