mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Remove unused PDU command
This commit is contained in:
parent
4971f62dba
commit
c379d248ff
1 changed files with 0 additions and 15 deletions
15
cmd/pdu.go
15
cmd/pdu.go
|
|
@ -1,15 +0,0 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var PduCmd = &cobra.Command{
|
||||
Use: "pdu",
|
||||
Short: "Perform actions on Power Distribution Units (PDUs)",
|
||||
Long: `A collection of commands to discover and manage PDUs that may not use the Redfish protocol.`,
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(PduCmd)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue