diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 20:17:50 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 20:17:50 +0200 |
| commit | 209a3bfa289513c1dfe28947407b0ecbedbc2b50 (patch) | |
| tree | 8705df02226d88d33901d38cbae575496bb79efe /flags | |
| parent | 81235da8faa7a2cfee4ed93fe301cd4e21529b70 (diff) | |
rework systems slightly to accommodate profiling (not working yet)
Diffstat (limited to 'flags')
| -rw-r--r-- | flags/flags.go | 1 |
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 |
