diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-17 02:31:10 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-17 02:33:16 +0200 |
| commit | 7585a488b7b1e1812f7ebf50107139e2fd65f035 (patch) | |
| tree | 921dd87ca8b5583abe4ebfe1474e1b02fbb7365f /flags/flags.go | |
| parent | 45d1755e9f28853186613e97b034c2020f9d98e4 (diff) | |
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 d8ac537..7920c41 100644 --- a/flags/flags.go +++ b/flags/flags.go @@ -3,6 +3,7 @@ package flags import "github.com/spf13/pflag" var ( + Help = pflag.Bool("help", false, "print help information") 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") |
