diff options
Diffstat (limited to 'spec/fixtures/help-scan.expected')
| -rw-r--r-- | spec/fixtures/help-scan.expected | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/spec/fixtures/help-scan.expected b/spec/fixtures/help-scan.expected index d1c7f56..ce0279a 100644 --- a/spec/fixtures/help-scan.expected +++ b/spec/fixtures/help-scan.expected @@ -2,14 +2,17 @@ Usage: 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. (table, csv, json) - # 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], [--skip-help] # Display usage information + -R, [--recursive], [--no-recursive], [--skip-recursive] # Perform recursive scan + # Default: false + -a, [--airgap], [--no-airgap], [--skip-airgap] # Disable network connections + # Default: false + -l, [--logfile=LOGFILE] # Path to a logfile + # Default: /dev/null + -f, [--format=FORMAT] # Format of report. (table, csv, json) + # Default: table + -p, [--pull], [--no-pull], [--skip-pull] # Pull the latest cache before the scan + # Default: false + -r, [--require=REQUIRE] # Causes spandx to load the library using require. Scan a lockfile and list dependencies/licenses |
