Skip to content
Snippets Groups Projects

Resolve "Change structure of user related requests in CLI to fit other schemes"

Files
7
+ 1
3
@@ -35,9 +35,7 @@ import (
@@ -35,9 +35,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/cobra"
)
)
//var duid string
// roleCmd represents the role command.
// networkElementCmd represents the network element command.
var roleCmd = &cobra.Command{
var roleCmd = &cobra.Command{
Use: "role",
Use: "role",
Short: "the role command contains all sub-commands for role management",
Short: "the role command contains all sub-commands for role management",
Loading