Skip to content

Conversation

@elan-llm
Copy link
Contributor

@elan-llm elan-llm commented Dec 9, 2025

… commands

Added a Custom Help class to support alias --help

Description

Related Issue

Closes #769

Motivation and Context

oclif's Help system doesn't recognize rt as an alias for a topic with subcommands.

How Has This Been Tested?

Yes, all test passed

Screenshots (if appropriate):

Types of changes

  • Added a Custom help class

  • Added a Mock test

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link
Member

@purplecabbage purplecabbage left a comment

Choose a reason for hiding this comment

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

Couple nitpicks, but this is good

@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link

@pru55e11 pru55e11 left a comment

Choose a reason for hiding this comment

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

awesome!

elan-llm added a commit to adobe/aio-cli-plugin-runtime that referenced this pull request Dec 9, 2025
ACNA-4221: fixing alias rt to display help commands
adobe/aio-cli#770
@elan-llm elan-llm merged commit 6993b44 into adobe:master Dec 9, 2025
11 checks passed
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.

aio rt <any-subcommand-or-none> --help doesn't print the list of subcommands available

4 participants