cmd/cmd_perform_client_credentials.go
Function NewPerformClientCredentialsCmd
has 5 return statements (exceeds 4 allowed). Open
Open
func NewPerformClientCredentialsCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "client-credentials",
Args: cobra.NoArgs,
Example: `{{ .CommandPath }} --client-id ... --client-secret`,