From ecb57b7e971efaa01f153b2242d022d89bd4beba Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 24 Jul 2024 15:22:46 -0400 Subject: [PATCH] revert: "added timeout option to choose and other patches (maybe) (#618)" This reverts commit 1d07efda84d077b4ff259ebd88860105c936d6c1. --- choose/command.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/choose/command.go b/choose/command.go index 7d744857c..89c25bd1d 100644 --- a/choose/command.go +++ b/choose/command.go @@ -76,7 +76,6 @@ func (o Options) Run() error { WithWidth(width). WithShowHelp(o.ShowHelp). WithTheme(theme). - WithTimeout(o.Timeout). Run() if err != nil { return err @@ -102,7 +101,6 @@ func (o Options) Run() error { WithWidth(width). WithTheme(theme). WithShowHelp(o.ShowHelp). - WithTimeout(o.Timeout). Run() if err != nil { return err