forked from TrueCloudLab/frostfs-node
[#60] cli: Add await
flag to control set-status
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
a83eeddb1d
commit
46732b61d7
2 changed files with 67 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue