You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// PrintErrln is a convenience method to Print to the defined output, fallback to Stderr if not set. // PrintErrf is a convenience method to Print to the defined output, fallback to Stderr if not set.
The text was updated successfully, but these errors were encountered:
PrintErr
prints toErrOrStderr
butPrintErrln
andPrintErrf
prints usingPrint
which prints toOutOrStderr
.cobra/command.go
Lines 1190 to 1193 in 02a0d2f
cobra/command.go
Lines 1205 to 1218 in 02a0d2f
Thats how it is now:
The text was updated successfully, but these errors were encountered: