aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2020-05-26 11:48:38 +0900
committerGitHub <noreply@github.com>2020-05-26 11:48:38 +0900
commited4ff5384b03aa775a57d4c9588c88850026b0b3 (patch)
treed77e4d360c1f89733bf9c1597a9543a074b1e01d
parentMerge pull request #742 from syohex/syohex/update-ffind (diff)
parentUpdate rspec format option candidates (diff)
downloadzsh-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/_rspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_rspec b/src/_rspec
index 7bef11c..0ca0e99 100644
--- a/src/_rspec
+++ b/src/_rspec
@@ -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]' \