mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
revert: "added timeout option to choose and other patches (maybe) (#618)"
This reverts commit 1d07efda84.
This commit is contained in:
parent
93beeb6538
commit
ecb57b7e97
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue