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

safety auth --help throws error #515

Open
Iain-S opened this issue Apr 19, 2024 · 0 comments · May be fixed by #516
Open

safety auth --help throws error #515

Iain-S opened this issue Apr 19, 2024 · 0 comments · May be fixed by #516

Comments

@Iain-S
Copy link

Iain-S commented Apr 19, 2024

  • safety version: 3.1.0
  • Python version: 3.12
  • Operating System: MacOS

Description

I would like to run the safety auth command with the --help flag to get more information about the auth command.

What I Did

 safety auth --help

 Authenticate Safety CLI to perform scans. Your default browser will automatically open to
 https://platform.safetycli.com. Example: safety auth login

 Usage: safety [GLOBAL-OPTIONS] auth [OPTIONS] COMMAND [ARGS]...

Traceback (most recent call last):
...
TypeError: _print_commands_panel() missing 1 required keyword-only argument: 'cmd_len'

It appears that the problem call is here.

FYI, I think this would have easily been picked up by a linter such as pylint.

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 a pull request may close this issue.

1 participant