diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2020-05-26 11:48:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 11:48:38 +0900 |
| commit | ed4ff5384b03aa775a57d4c9588c88850026b0b3 (patch) | |
| tree | d77e4d360c1f89733bf9c1597a9543a074b1e01d | |
| parent | Merge pull request #742 from syohex/syohex/update-ffind (diff) | |
| parent | Update rspec format option candidates (diff) | |
| download | zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar.gz zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar.bz2 zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar.lz zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar.xz zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.tar.zst zsh-completions-ed4ff5384b03aa775a57d4c9588c88850026b0b3.zip | |
Merge pull request #743 from syohex/syohex/update-rspec-format0.32.0
Update rspec format option candidates
| -rw-r--r-- | src/_rspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ _rspec() { --dry-run'[Print the formatter output of your suite without running any examples or hooks]' \ '(-X --drb)'{-X,--drb}'[Run examples via DRb]' \ --drb-port'[Port to connect to the DRb server]: :_guard "[[\:digit\:]]#" "PORT"' \ - '(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json)' \ + '(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json failures)' \ '(-o --out)'{-o,--out}'[Write output to a file instead of $stdout]:FILE:_files' \ --deprecation-out'[Write deprecation warnings to a file instead of $stderr]:FILE:_files' \ '(-b --backtrace)'{-b,--backtrace}'[Enable full backtrace]' \ |
