We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e378d commit 6397590Copy full SHA for 6397590
internal/cmd/volume/snapshot/list/list.go
@@ -49,7 +49,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
49
`List snapshots filtered by label`,
50
"$ stackit volume snapshot list --label-selector key1=value1"),
51
),
52
- RunE: func(cmd *cobra.Command, args []string) error {
+ RunE: func(cmd *cobra.Command, _ []string) error {
53
ctx := context.Background()
54
model, err := parseInput(params.Printer, cmd)
55
if err != nil {
0 commit comments