diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-19 10:01:34 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-19 10:01:34 -0600 |
| commit | 7126222e335f96a50b5513eca75ad61d93d4183b (patch) | |
| tree | 4550af7eacae2bedecfd5d8b57da1880e8a6801c /spec/integration/cli/build_spec.rb | |
| parent | c8e53c87d08190d08b330e10bd681ca0bb3c1aa1 (diff) | |
Fix failing spec and update CHANGELOGv0.12.3
Diffstat (limited to 'spec/integration/cli/build_spec.rb')
| -rw-r--r-- | spec/integration/cli/build_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/cli/build_spec.rb b/spec/integration/cli/build_spec.rb index 99bb5a3..0e51301 100644 --- a/spec/integration/cli/build_spec.rb +++ b/spec/integration/cli/build_spec.rb @@ -11,6 +11,8 @@ RSpec.describe '`spandx build` command', type: :cli do -h, [--help], [--no-help] # Display usage information -d, [--directory=DIRECTORY] # Directory to build index in # Default: .index + -l, [--logfile=LOGFILE] # Path to a logfile + # Default: /dev/null -i, [--index=INDEX] # The specific index to build # Default: all |
