Skip to content

Commit

Permalink
ForceAutoRefresh applicable only if not WithManualRefresh set
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Feb 17, 2023
1 parent 00e7b6f commit 99298de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func WithDebugOutput(w io.Writer) ContainerOption {
}

// ForceAutoRefresh force auto refresh even if output is not terminal.
// Applicable only if not WithManualRefresh set.
// Useful for testing purposes.
func ForceAutoRefresh() ContainerOption {
return func(s *pState) {
Expand Down

0 comments on commit 99298de

Please sign in to comment.