summaryrefslogtreecommitdiff
path: root/Magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'Magefile.go')
-rw-r--r--Magefile.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/Magefile.go b/Magefile.go
index bf51250..d5e5f91 100644
--- a/Magefile.go
+++ b/Magefile.go
@@ -23,3 +23,7 @@ func Test() error {
func Install() error {
return sh.RunV("go", "install", "./cmd/perc")
}
+
+func Repl() error {
+ return sh.RunV("go", "run", "./cmd/perc", "--repl")
+}