mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
fix: issue with list double prints
This commit is contained in:
parent
333b65a379
commit
829f97d065
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue