Added TTY message to summarize checking extension upgrades
This commit is contained in:
parent
a6c0d3b0b3
commit
1dfcaab102
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
|
|||
return cmdutil.SilentError
|
||||
}
|
||||
|
||||
if io.IsStdoutTTY() {
|
||||
fmt.Fprintf(io.Out, "%s Successfully checked extension upgrades\n", cs.SuccessIcon())
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue