From 07b37a31ca4ac5882cb0015376ebfc1c6c3cab18 Mon Sep 17 00:00:00 2001 From: Ludwig Stecher Date: Wed, 8 Nov 2023 10:34:51 +0100 Subject: [PATCH] fix e2e test --- pomsky-bin/tests/e2e.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pomsky-bin/tests/e2e.rs b/pomsky-bin/tests/e2e.rs index 15cb25d..9e77e31 100644 --- a/pomsky-bin/tests/e2e.rs +++ b/pomsky-bin/tests/e2e.rs @@ -133,6 +133,7 @@ OPTIONS: --list shorthands Show all available character class shorthands -n, --no-new-line Don't print a new-line after the output -p, --path File containing the pomsky expression to compile + --test Execute unit tests and report failures -V, --version Print version information -W, --warnings Disable certain warnings (disable all with `-W0`) "#, env!("CARGO_PKG_VERSION")));