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

new oclif readme generator produces command output for aliases as well #362

Closed
shazron opened this issue Jul 26, 2022 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@shazron
Copy link
Member

shazron commented Jul 26, 2022

This will pollute the README with duplicate command help.

Related oclif/oclif#888

@shazron
Copy link
Member Author

shazron commented Jul 27, 2022

@shazron
Copy link
Member Author

shazron commented Jul 27, 2022

Just tested it, it works:

.filter(c => !c.aliases.includes(c.id))

@shazron
Copy link
Member Author

shazron commented Jul 27, 2022

PR oclif/oclif#925

@shazron shazron added the bug Something isn't working label Aug 11, 2022
@aiojbot
Copy link

aiojbot commented Aug 11, 2022

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1742

@shazron
Copy link
Member Author

shazron commented Sep 7, 2022

Fixed in https://github.com/oclif/oclif/releases/tag/v3.2.0 (dev dep for all our plugins and cli)

@shazron shazron closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants