()
| 9 | ) |
| 10 | |
| 11 | func UserMessage() string { |
| 12 | if version.System == "docker" { |
| 13 | if isatty.IsTerminal(os.Stdout.Fd()) || isatty.IsCygwinTerminal(os.Stdout.Fd()) { |
| 14 | return "You may need to restart the container to apply the changes." |
| 15 | } |
| 16 | |
| 17 | return "" |
| 18 | } |
| 19 | |
| 20 | return message |
| 21 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…