We're using cobra util to define no-wait bool flag. It gets confusing to pass true/false to flags starting with no. We've AddBothBoolFlagsUnhidden utility to take care of bool flags according to convention.
This is to track updating the flag definition to use mentioned utility.
See #794 (comment)
We're using cobra util to define
no-waitbool flag. It gets confusing to pass true/false to flags starting withno. We'veAddBothBoolFlagsUnhiddenutility to take care of bool flags according to convention.This is to track updating the flag definition to use mentioned utility.
See #794 (comment)