Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix naming of disableStrictSSL to disableStrictSsl #487

Closed
wants to merge 1 commit into from

Conversation

max-zinn
Copy link

I recently upgraded from 9.3.1 to 12.0.2 and ran into the problem that the request to our swagger couldn't fulfill.

I found out it was because the --disableStrictSSL flag didn't work as intended so I debugged a little and could narrow the issue down to the fact that the --disableStrictSSL arrives as disableStrictSsl after processing the args.

@max-zinn
Copy link
Author

Hi,
kindly asking, are there any updates on this?

@js2me

@MadLord80
Copy link

Problem in file cli/process-option.js, function processFlags (camelCase):

if (!_.isEmpty(longestKey)) {
    name = _.camelCase(
      (isNoFlag ? longestKey.replace('--no-', '') : longestKey).replace(
        /(--?)/,
        '',
      ),
    );
  }

@smorimoto smorimoto deleted the branch acacode:next May 10, 2024 12:30
@smorimoto smorimoto closed this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants