[#60] cli: Add await flag to control set-status

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-06-20 16:04:55 +03:00
parent a83eeddb1d
commit 46732b61d7
2 changed files with 67 additions and 0 deletions

View file

@ -50,6 +50,9 @@ const (
TracingFlag = "trace"
TracingFlagUsage = "Generate trace ID and print it."
AwaitFlag = "await"
AwaitFlagUsage = "Wait for the operation to complete"
)
// Init adds common flags to the command: