cmd/cmd_revoke_token.go
Function NewRevokeTokenCmd
has 5 return statements (exceeds 4 allowed). Open
Open
func NewRevokeTokenCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "token the-token",
Example: `{{ .CommandPath }} --client-id a0184d6c-b313-4e70-a0b9-905b581e9218 --client-secret Hh1BjioNNm ciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNT`,
Args: cobra.ExactArgs(1),