From 304a96ff76cdbfab77b89b4d40f818be885e5ef5 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 2c88e4c77..753d73b8a 100644 --- a/choose/command.go +++ b/choose/command.go @@ -86,7 +86,6 @@ func (o Options) Run() error { WithWidth(width). WithShowHelp(o.ShowHelp). WithTheme(theme). - WithTimeout(o.Timeout). Run() if err != nil { return err @@ -112,7 +111,6 @@ func (o Options) Run() error { WithWidth(width). WithTheme(theme). WithShowHelp(o.ShowHelp). - WithTimeout(o.Timeout). Run() if err != nil { return err