From 2b28ee919614d5ddaceda26ce488a0ca4c851cb3 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 29 Apr 2026 01:30:12 +0200 Subject: simplify the contracts --- flags/flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags/flags.go') 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") ) -- cgit v1.3.1