From 0487008cbbe23a219007ed2bf8b612e0d78bc5c8 Mon Sep 17 00:00:00 2001 From: Cezar Craciunoiu Date: Fri, 13 Sep 2024 17:38:17 +0300 Subject: [PATCH] fix(cloud): Remove unused flag from volume listing Signed-off-by: Cezar Craciunoiu --- internal/cli/kraft/cloud/volume/list/list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cli/kraft/cloud/volume/list/list.go b/internal/cli/kraft/cloud/volume/list/list.go index cf47e98ab..b4570172d 100644 --- a/internal/cli/kraft/cloud/volume/list/list.go +++ b/internal/cli/kraft/cloud/volume/list/list.go @@ -21,7 +21,6 @@ import ( type ListOptions struct { Output string `long:"output" short:"o" usage:"Set output format. Options: table,yaml,json,list" default:"table"` - Watch bool `long:"watch" short:"w" usage:"After listing watch for changes."` metro string token string