diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-11 17:50:55 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-11 17:50:55 -0600 |
| commit | 131d42efc439d7a47ccf980f29c00d9dc504d34d (patch) | |
| tree | d040ae64c81b470d8b66b7b5ff5502bfdd308298 /spec/integration/cli | |
| parent | 15e2145af2f2b226a04b776a1e14fd3e9b9bc6af (diff) | |
Add directory scanning
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 8b8b610..7609e18 100644 --- a/spec/integration/cli/scan_spec.rb +++ b/spec/integration/cli/scan_spec.rb @@ -8,7 +8,8 @@ RSpec.describe '`spandx scan` command', type: :cli do spandx scan LOCKFILE Options: - -h, [--help], [--no-help] # Display usage information + -h, [--help], [--no-help] # Display usage information + -r, [--recursive], [--no-recursive] # Perform recursive scan Scan a lockfile and list dependencies/licenses OUT |
