ForceAutoRefresh applicable only if not WithManualRefresh set
Vladimir Bauer
3 years ago
| 99 | 99 |
}
|
| 100 | 100 |
|
| 101 | 101 |
// ForceAutoRefresh force auto refresh even if output is not terminal.
|
|
102 |
// Applicable only if not WithManualRefresh set.
|
| 102 | 103 |
// Useful for testing purposes.
|
| 103 | 104 |
func ForceAutoRefresh() ContainerOption {
|
| 104 | 105 |
return func(s *pState) {
|