diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 4 |
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") +} |
