[#1209] cli: Add --quiet flag to healthcheck command

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-07-08 18:04:30 +03:00 committed by Evgenii Stratonikov
parent ca974b8b4c
commit 784e8ef857
3 changed files with 25 additions and 0 deletions

View file

@ -53,6 +53,10 @@ const (
AwaitFlag = "await"
AwaitFlagUsage = "Wait for the operation to complete"
QuietFlag = "quiet"
QuietFlagShorthand = "q"
QuietFlagUsage = "Print nothing and exit with non-zero code on failure"
)
// Init adds common flags to the command: