From 27bf4a78b7203ed77790c92134213c3398214daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 30 Aug 2025 22:09:14 +0200 Subject: Add "ignore" command Changelog: Added `ignore` builtin command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c6ea018..4beb96a 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,15 @@ flush [from ] [matching ] Flush memory of `` output, so no following `expect` command will match anything produced up to this point. If the `matching` clause is used, discard only output lines matching ``. +``` +ignore [from ] [matching ] +``` + +Ignore output lines from `` (or context process) that match the given +`` (or all lines if the `matching` clause is not used). Affects both +past and future output of the process; the effect lasts until the end of +the block. + ``` guard ``` -- cgit v1.2.3