summaryrefslogtreecommitdiff
path: root/flags/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags/flags.go')
-rw-r--r--flags/flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/flags.go b/flags/flags.go
index e74017d..756d95b 100644
--- a/flags/flags.go
+++ b/flags/flags.go
@@ -25,4 +25,5 @@ var (
List = pflag.BoolP("list", "l", false, "list available targets and exit")
// Inline means pik does not go to the terminal alt screen
Inline = pflag.BoolP("inline", "i", false, "if true, will force alt screen; if forced false, will disable alt screen")
+ Edit = pflag.Bool("edit", false, "edit the target in $EDITOR")
)