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

completion: recognize renamed binary #470

Merged
merged 1 commit into from
Nov 12, 2024
Merged

completion: recognize renamed binary #470

merged 1 commit into from
Nov 12, 2024

Conversation

abhinav
Copy link
Owner

@abhinav abhinav commented Nov 12, 2024

If the command is renamed, don't use "gs" as the name in help
or in the completion script. Use the renamed command name instead.

e.g.

❯ make bin/gs
❯ mv bin/gs gsp
❯ ./gsp shell completion bash
complete -C /.../src/git-spice/gsp gsp

Refs #469

If the command is renamed, don't use "gs" as the name in help
or in the completion script. Use the renamed command name instead.

e.g.

```
❯ make bin/gs
❯ mv bin/gs gsp
❯ ./gsp shell completion bash
complete -C /.../src/git-spice/gsp gsp
```

Refs #469
@abhinav
Copy link
Owner Author

abhinav commented Nov 12, 2024

This change is part of the following stack:

Change managed by git-spice.

@abhinav abhinav enabled auto-merge (squash) November 12, 2024 02:26
@abhinav abhinav merged commit 2448b7b into main Nov 12, 2024
11 checks passed
@abhinav abhinav deleted the recognize-self-name branch November 12, 2024 02:28
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.

1 participant