Skip to content

fix: suppress UnparsedCommand warnings in config:versions#2116

Open
armorbreak001 wants to merge 1 commit into
asyncapi:masterfrom
armorbreak001:bounty/2021-unparsed-command-warnings
Open

fix: suppress UnparsedCommand warnings in config:versions#2116
armorbreak001 wants to merge 1 commit into
asyncapi:masterfrom
armorbreak001:bounty/2021-unparsed-command-warnings

Conversation

@armorbreak001

Copy link
Copy Markdown

Fixes #2021

Changes

  • Added await this.parse(Versions) to the config:versions command to ensure all arguments are properly parsed before execution, suppressing the \[UnparsedCommand] warning in test logs.

Note: The convert command already had this.parse() call, so only config:versions needed the fix.

Verification

  • Run npm run cli:test and verify no \[UnparsedCommand] warnings appear for the config:versions command.

@changeset-bot

changeset-bot Bot commented Apr 13, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fbcacb1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Projects

Status: To Triage

Development

Successfully merging this pull request may close these issues.

[BUG] UnparsedCommand warnings in test logs for versions and convert commands

1 participant