Skip to content

Commit 4cc2a7f

Browse files
authored
Merge branch 'master' into feature/2026-02-03/enhance-tool-with-ip-lookup-options-yxm4e0
2 parents 7456f21 + 3666490 commit 4cc2a7f

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
@@ -11,7 +11,8 @@ import (
1111
)
1212

1313
type App struct {
14-
inputTimeout time.Duration
14+
inputTimeout time.Duration
15+
lookupTimeout time.Duration
1516
}
1617

1718
func NewApp() *App {

0 commit comments

Comments
 (0)