Closed
Description
Cobra's Command has built-in functionality to perform arguments validation. Some commands use it, but some doesn't. One of the reason might be in that Cobra's validation errors are displayed as ordinary text and often look unnoticeable while general logger errors are displayed as red bold text. Consider making Cobra's errors look similar to general logger errors.