package user import "github.com/spf13/cobra" var ShowCmd = &cobra.Command{ Use: "show", Short: "Display user information", }