Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly resolve aliases when bundle help is run #7601

Merged
merged 1 commit into from Apr 25, 2024

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

When bundle help package is run, Bundler shows the default man page built by thor automatically from command synopsis & flags, rather than our actual documentation.

What is your fix for the problem, implemented in this PR?

The problem is that bundle help does not resolve command aliases, and package is an alias of cache, so Bundler fails to find the proper man page.

So the solution is to make sure bundle help properly resolves command aliases.

Fixes #7594.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez merged commit 34d94ea into master Apr 25, 2024
83 checks passed
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/bundle-help-package branch April 25, 2024 10:34
deivid-rodriguez added a commit that referenced this pull request Apr 30, 2024
…ackage

Properly resolve aliases when `bundle help` is run

(cherry picked from commit 34d94ea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bundle package lacks a man page
1 participant