summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-29 01:59:23 +0200
committerewy <ewy0@protonmail.com>2026-04-29 01:59:23 +0200
commit28e43c7356d796e18d2f818d100078c5aa31c14c (patch)
tree023c7f4a9d192bcf4f16755307f43a622beb671d /main.go
parent2b28ee919614d5ddaceda26ce488a0ca4c851cb3 (diff)
add executable runner
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7909274..045e5e0 100644
--- a/main.go
+++ b/main.go
@@ -14,6 +14,7 @@ import (
"pik/model"
"pik/paths"
"pik/run"
+ "pik/runner/exc"
"pik/runner/gnumake"
"pik/runner/just"
"pik/runner/python"
@@ -49,6 +50,7 @@ var indexers = []model.Indexer{
var runners = []model.Runner{
shell.Runner,
python.Python,
+ exc.Exc,
}
// hydrators are ran when the menu is required