From 0a7aa91b9ff43ae273c5713ae9d34f81cc2fa184 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 17 May 2026 19:01:59 +0530 Subject: [PATCH] docs: add --output-format flag to test command documentation The --output-format flag was missing from documentation/cmd/test.md. Added flag description with supported values: plain, github-actions. Closes #397 Signed-off-by: Aditya --- documentation/cmd/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/cmd/test.md b/documentation/cmd/test.md index 9fb0c794..ecf827e4 100644 --- a/documentation/cmd/test.md +++ b/documentation/cmd/test.md @@ -34,7 +34,7 @@ One of: | `--filteredOperations` | Comma-separated list of operations to test | | `--operationsHeaders` | Custom headers for operations as JSON string | | `--oAuth2Context` | OAuth2 client context as JSON string | - +| `--output-format` | Output format for test results. Supported: `plain` (default), `github-actions` | ### Options Inherited from Parent Commands | Flag | Description |