We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221c86e commit 2552b63Copy full SHA for 2552b63
flags.go
@@ -102,4 +102,8 @@ func parseFags() {
102
103
os.Exit(1)
104
}
105
+
106
+ if *enableTUI {
107
+ *timeout = 0
108
+ }
109
0 commit comments