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 a missing space in help message of bare option #327

Merged
merged 1 commit into from Dec 20, 2020

Conversation

PeterDaveHello
Copy link
Contributor

A space seem to be missed in the help message.

  --bare / --not-bare             Output vulnerable packages only. Useful in
                                  combination with other tools.Default: --not-
                                  bare
$ safety check --help
Usage: safety check [OPTIONS]

Options:
  --key TEXT                      API Key for pyup.io's vulnerability
                                  database. Can be set as SAFETY_API_KEY
                                  environment variable. Default: empty

  --db TEXT                       Path to a local vulnerability database.
                                  Default: empty

  --json / --no-json              Output vulnerabilities in JSON format.
                                  Default: --no-json

  --full-report / --short-report  Full reports include a security advisory (if
                                  available). Default: --short-report

  --bare / --not-bare             Output vulnerable packages only. Useful in
                                  combination with other tools.Default: --not-
                                  bare
.
.
.

@codecov
Copy link

codecov bot commented Dec 20, 2020

Codecov Report

Merging #327 (5a16242) into master (2e5b46b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   68.56%   68.56%           
=======================================
  Files           8        8           
  Lines         474      474           
=======================================
  Hits          325      325           
  Misses        149      149           
Impacted Files Coverage Δ
safety/cli.py 56.84% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e5b46b...5a16242. Read the comment docs.

@rafaelpivato rafaelpivato self-assigned this Dec 20, 2020
Copy link
Contributor

@rafaelpivato rafaelpivato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@rafaelpivato rafaelpivato merged commit f8fc611 into pyupio:master Dec 20, 2020
@PeterDaveHello PeterDaveHello deleted the FixHelpMsgSpace branch December 20, 2020 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants