From 62a7c436a332ddd60d56f753776c17416164b01f Mon Sep 17 00:00:00 2001 From: David Allen Date: Mon, 26 May 2025 22:52:55 -0600 Subject: [PATCH] chore: updated list cmd --- cmd/list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/list.go b/cmd/list.go index 6f5b711..23058d6 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -99,7 +99,6 @@ func init() { listDrivesCmd.Flags().StringVarP(&listPassword, "password", "p", "", "Set the password for BMC login") listDrivesCmd.Flags().BoolVarP(&insecure, "insecure", "i", false, "Skip TLS verification") listDrivesCmd.Flags().StringVarP(&secretsFile, "secrets-file", "f", "secrets.json", "Set the path to secrets store file to store credentials") - listDrivesCmd.Flags().StringVarP(&listOutputFormat, "format", "F", FORMAT_LIST, "Set the output format (list|json|yaml)") ListCmd.AddCommand(listDrivesCmd) rootCmd.AddCommand(ListCmd)