From 21ec806fa80de7c3eca5f6177ec9dfc9c346132f Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Wed, 17 Jul 2024 05:24:30 +0000 Subject: [PATCH] =?UTF-8?q?+M=E1=90=81=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readme.md b/readme.md index 5d667d6..e43c15c 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,26 @@ And view results in an automatic pull request comment like: > NOTE: this behavior is triggered by the presence of the `GITHUB_REF_NAME` and `CI` environment variables. +```shell +USAGE: + trx [OPTIONS] + +OPTIONS: + DEFAULT + -h, --help Prints help information + -p, --path Optional base directory for *.trx files + discovery. Defaults to current directory + -o, --output Include test output + -r, --recursive True Recursively search for *.trx files + --skipped True Include skipped tests + --no-exit-code Do not return a -1 exit code on test + failures + --version Show version information + --gh-comment True Report as GitHub PR comment + --gh-summary True Report as GitHub step summary +``` + + Install: