Skip to content

Commit

Permalink
fix(cloud): Remove unused flag from volume listing
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Sep 16, 2024
1 parent 5e24610 commit 0487008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/kraft/cloud/volume/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0487008

Please sign in to comment.