8 lines
94 B
Go
8 lines
94 B
Go
package cmd
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func addWddSubcommands(cmd *cobra.Command) {
|
|
|
|
}
|