From 209a3bfa289513c1dfe28947407b0ecbedbc2b50 Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 20:17:50 +0200 Subject: rework systems slightly to accommodate profiling (not working yet) --- flags/flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags/flags.go') diff --git a/flags/flags.go b/flags/flags.go index 7138522..f349ce7 100644 --- a/flags/flags.go +++ b/flags/flags.go @@ -3,6 +3,7 @@ package flags import "github.com/spf13/pflag" var ( + Profile = pflag.Bool("profile", false, "enable profiling") // Here makes pik run the target at the current location instead of in its source directory Here = pflag.BoolP("here", "h", false, "run target in current directory instead of source location") // At makes pik run in an arbitrary location -- cgit v1.3.1