Skip to content

docs: add --output-format flag to test command documentation#398

Open
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:docs/add-output-format-flag-to-test-docs
Open

docs: add --output-format flag to test command documentation#398
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:docs/add-output-format-flag-to-test-docs

Conversation

@A-d-i-t-y
Copy link
Copy Markdown

Summary

Added missing --output-format flag to test command documentation.

Problem

The --output-format flag was added to the test command but was
never documented in documentation/cmd/test.md. Users had no way
to discover this flag from the official docs.

Fix

Added --output-format flag to the Options table with supported
values: plain (default) and github-actions.

Files changed

  • documentation/cmd/test.md — added --output-format flag entry

Closes #397

The --output-format flag was missing from documentation/cmd/test.md.
Added flag description with supported values: plain, github-actions.

Closes microcks#397

Signed-off-by: Aditya <aaaditya1909@gmail.com>
@A-d-i-t-y
Copy link
Copy Markdown
Author

Hi @Harsh4902 @Caesarsage, I noticed that the --output-format flag was missing from the test command documentation. This is a minimal docs fix that adds the flag to the Options table with supported values. Would love your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: --output-format flag missing from test command documentation

1 participant