Codebase list golang-github-vbauerster-mpb / 99298de
ForceAutoRefresh applicable only if not WithManualRefresh set Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
9999 }
100100
101101 // ForceAutoRefresh force auto refresh even if output is not terminal.
102 // Applicable only if not WithManualRefresh set.
102103 // Useful for testing purposes.
103104 func ForceAutoRefresh() ContainerOption {
104105 return func(s *pState) {