Skip to content

fix: suppress unparsed command warnings in config:versions and convert#2022

Open
DevaanshKathuria wants to merge 1 commit intoasyncapi:masterfrom
DevaanshKathuria:fix/suppress-unparsed-warnings
Open

fix: suppress unparsed command warnings in config:versions and convert#2022
DevaanshKathuria wants to merge 1 commit intoasyncapi:masterfrom
DevaanshKathuria:fix/suppress-unparsed-warnings

Conversation

@DevaanshKathuria
Copy link

Description

Fixes #2021

This PR resolves the [UnparsedCommand] warnings appearing in the test logs for the config:versions and convert commands.

Changes

  • Added await this.parse(Versions) to src/apps/cli/commands/config/versions.ts
  • Added await this.parse(Convert) to src/apps/cli/commands/convert.ts

Verification

  • Ran npm run cli:test locally.
  • Verified that the [UnparsedCommand] warnings no longer appear in the logs.

@changeset-bot
Copy link

changeset-bot bot commented Feb 14, 2026

⚠️ No Changeset found

Latest commit: 3e18ca0

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

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