summaryrefslogtreecommitdiff
path: root/spec/integration/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-15 16:44:35 -0600
committermo khan <mo.khan@gmail.com>2020-05-15 16:44:35 -0600
commit34ec279796ac16146f04f9c3a901a6409640dc7c (patch)
tree07d9684e9938da5dc97538f1fe952f4055f45bc0 /spec/integration/cli
parent0b948bf69b5a74e2106c6ebc98d14fbf04c15b09 (diff)
Add option to disable progress bar
Diffstat (limited to 'spec/integration/cli')
-rw-r--r--spec/integration/cli/scan_spec.rb20
1 files changed, 11 insertions, 9 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb
index c30e9ab..3bc0890 100644
--- a/spec/integration/cli/scan_spec.rb
+++ b/spec/integration/cli/scan_spec.rb
@@ -8,15 +8,17 @@ RSpec.describe '`spandx scan` command', type: :cli do
spandx scan LOCKFILE
Options:
- -h, [--help], [--no-help] # Display usage information
- -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.
+ -h, [--help], [--no-help] # Display usage information
+ -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.
+ -sp, [--show-progress], [--no-show-progress] # Shows a progress bar
+ # Default: true
Scan a lockfile and list dependencies/licenses
OUT