diff options
Diffstat (limited to 'flags/flags.go')
| -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 |
