From 5b1cbb605a559d7b780ceb7f970f4496046454a4 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Thu, 29 Aug 2024 18:23:17 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f00734..67a4f86 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Here's an overview of all FileCheck features and their implementation status. - [X] `--strict-whitespace` (Bug: [#6](https://github.com/AntonLydike/filecheck/issues/6)) - [ ] `--ignore-case` - [ ] `--implicit-check-not` (Tracked: [#20](https://github.com/AntonLydike/filecheck/issues/20)) - - [ ] `--dump-input` (Tracked: [#19](https://github.com/AntonLydike/filecheck/issues/19)) + - [X] `--dump-input` (only `fail` and `never` supported) - [ ] `--dump-input-context` - [ ] `--dump-input-filter` - [X] `--enable-var-scope`