summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 20:17:50 +0200
committerewy <ewy0@protonmail.com>2026-05-02 20:17:50 +0200
commit209a3bfa289513c1dfe28947407b0ecbedbc2b50 (patch)
tree8705df02226d88d33901d38cbae575496bb79efe /flags
parent81235da8faa7a2cfee4ed93fe301cd4e21529b70 (diff)
rework systems slightly to accommodate profiling (not working yet)
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.go1
1 files changed, 1 insertions, 0 deletions
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