diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-13 14:19:30 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-13 14:19:30 -0600 |
| commit | 465cb50ba3a9c6d86bd71f2b6b940658f5f0361c (patch) | |
| tree | 745248c28eee19df71f9c4b5370cebc419c877cb /spec/integration/cli | |
| parent | 98baafef34d054f78fb7e8be50bfcb6bfdd6dcc0 (diff) | |
Fix failing spec
Diffstat (limited to 'spec/integration/cli')
| -rw-r--r-- | spec/integration/cli/scan_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb index 4d82a8f..0e336e4 100644 --- a/spec/integration/cli/scan_spec.rb +++ b/spec/integration/cli/scan_spec.rb @@ -9,13 +9,14 @@ RSpec.describe '`spandx scan` command', type: :cli do Options: -h, [--help], [--no-help] # Display usage information - -r, [--recursive], [--no-recursive] # Perform recursive scan + -R, [--recursive], [--no-recursive] # Perform recursive scan -a, [--airgap], [--no-airgap] # Disable network connections -l, [--logfile=LOGFILE] # Path to a logfile # Default: /dev/null -f, [--format=FORMAT] # Format of report # Default: table -p, [--pull], [--no-pull] # Pull the latest cache before the scan + -r, [--require=REQUIRE] # Causes spandx to load the library using require. Scan a lockfile and list dependencies/licenses OUT |
