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

fix(cli): unify --name shorthand in pin ls and pin add #10439

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

lidel
Copy link
Member

@lidel lidel commented Jun 5, 2024

This is a cosmetic fix for UX bug found during testing 0.29.0-rc2.

  • pin add --name had shorthand -n
  • pin ls --name had no shorthand, and --names had -n

This PR unifies -n making it a shorthand for the same parameter in both pin ls and pin add.

cc #10412 #10398

This is a cosmetic fix for bug found during testing 0.29.0-rc2.
pin add --name had shorthand -n
pin ls --name had no shorthand, and --names had -n

This unifies -n making it a shorthand for the same parameter in both
`pin ls` and `pin add`.
@lidel lidel requested a review from a team as a code owner June 5, 2024 20:11
@lidel lidel mentioned this pull request Jun 5, 2024
9 tasks
@lidel lidel changed the title fix(cli): unify --name param in ls and add fix(cli): unify --name shorthand in pin ls and pin add Jun 5, 2024
@lidel lidel merged commit a07852a into master Jun 6, 2024
16 checks passed
@lidel lidel deleted the fix/unify-name-shorthand branch June 6, 2024 20:19
lidel added a commit that referenced this pull request Jun 6, 2024
This is a cosmetic fix for bug found during testing 0.29.0-rc2.
pin add --name had shorthand -n
pin ls --name had no shorthand, and --names had -n

This unifies -n making it a shorthand for the same parameter in both
`pin ls` and `pin add`.

(cherry picked from commit a07852a)
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.

None yet

1 participant