Skip to content

Commit 66871cf

Browse files
committed
update help doc for --diff-style so it shows correct options
1 parent bcac26f commit 66871cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Fix `kaocha.testable/test-seq` not respecting `:kaocha.testable/skip` on root testable
1010
- Fix `kaocha.testable/test-seq-with-skipped` omitting skipped tests on nested testables
1111
- `*.<ext>` will now match files with `.ext` extensions in any directory.
12+
- update help doc in cli runner: `--diff-style` should only show `:none` and `:minimal`
1213

1314
## Changed
1415

src/kaocha/runner.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
sym
4141
(symbol "kaocha.report" s))))
4242
:assoc-fn accumulate]
43-
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :deep"
43+
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :minimal"
4444
:parse-fn parse-kw
4545
]
4646
[nil "--plugin KEYWORD" "Load the given plugin."

0 commit comments

Comments
 (0)