Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add g8 alias
  • Loading branch information
darthorimar committed Jul 14, 2017
commit 63f4c8f27fc58f7fa6774ba9afec1d3332485f3d
1 change: 1 addition & 0 deletions stage2/ToolsTasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ToolsTasks(
val giter = DirectoryDependency(cbtHome / "tools" / "giter8").dependency
lib.callReflective(giter, Some("createTemplate"), context)
}
def g8 = giter8
def gui = NailgunLauncher.main(Array(
"0.0",
(cbtHome / "tools" / "gui").getAbsolutePath,
Expand Down