Skip to content

fix(cli): correct registered integration add usage string to --opt#3271

Open
tknura wants to merge 1 commit into
mainfrom
fix/cli-registered-integration-add-opt-usage
Open

fix(cli): correct registered integration add usage string to --opt#3271
tknura wants to merge 1 commit into
mainfrom
fix/cli-registered-integration-add-opt-usage

Conversation

@tknura

@tknura tknura commented Jul 7, 2026

Copy link
Copy Markdown
Member

The cobra Use string advertised a --options flag that does not exist; the actual flag is --opt (as already shown in the command Example). This corrects the usage string so help output and generated CLI reference docs reflect the real flag.

Review in cubic

The cobra Use string advertised a --options flag that does not exist;
the actual flag is --opt (as already shown in the command Example).
This corrects the usage string so help output and generated CLI
reference docs reflect the real flag.

Signed-off-by: Tomasz Knura <tomasz.knura@itsilesia.com>
@tknura tknura requested a review from a team July 7, 2026 16:19
@tknura tknura self-assigned this Jul 7, 2026
@tknura tknura added documentation Improvements or additions to documentation component/CLI labels Jul 7, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

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

Labels

component/CLI documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants