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

Improve abbrevs for install and help #1622

Closed
wants to merge 2 commits into from

Conversation

isaacs
Copy link
Contributor

@isaacs isaacs commented Aug 5, 2020

The existence of 'install-test' and 'install-clean' make 'npm inst' no longer
de-reference to 'npm install'. Similarly, the existence of 'help-search'
prevents 'hel' from being a shorthand for 'help'.

This adds some artisanally hand-crafted abbreviations for these cases.

Fix: #1617

References

The existence of 'install-test' and 'install-clean' make 'npm inst' no longer
de-reference to 'npm install'.  Similarly, the existence of 'help-search'
prevents 'hel' from being a shorthand for 'help'.

This adds some artisanally hand-crafted abbreviations for these cases.

Fix: #1617
@isaacs isaacs requested a review from a team as a code owner August 5, 2020 23:36
ruyadorno pushed a commit that referenced this pull request Aug 6, 2020
The existence of 'install-test' and 'install-clean' make 'npm inst' no longer
de-reference to 'npm install'.  Similarly, the existence of 'help-search'
prevents 'hel' from being a shorthand for 'help'.

This adds some artisanally hand-crafted abbreviations for these cases.

Fix: #1617

PR-URL: #1622
Credit: @isaacs
Close: #1622
Reviewed-by: @ruyadorno
@ruyadorno ruyadorno closed this Aug 6, 2020
@isaacs isaacs deleted the isaacs/improve-abbrevs branch October 2, 2020 21:40
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.

2 participants