Skip to content

Commit 36db4b6

Browse files
authored
Merge branch 'master' into feature/2026-02-03/enhance-tool-with-ip-lookup-options-kijt1v
2 parents 27efac0 + d6cef99 commit 36db4b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/cli/cli.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
)
1313

1414
type App struct {
15-
inputTimeout time.Duration
15+
inputTimeout time.Duration
16+
lookupTimeout time.Duration
1617
}
1718

1819
func NewApp() *App {

0 commit comments

Comments
 (0)