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

Provide make aliases for enable-bbr #4096

Closed
rootulp opened this issue Dec 8, 2024 · 0 comments · Fixed by #4097
Closed

Provide make aliases for enable-bbr #4096

rootulp opened this issue Dec 8, 2024 · 0 comments · Fixed by #4097
Assignees
Labels
nice to have item is not blocking or required.

Comments

@rootulp
Copy link
Collaborator

rootulp commented Dec 8, 2024

Context

I was trying to invoke:

$ make bbr-enable
make: *** No rule to make target `bbr-enable'.  Stop.

and realized I had the command wrong. It took a while to find the correct command in this long make help output

Screenshot 2024-12-08 at 4 18 42 PM

Proposal

  1. Alphabetize the commands
  2. Provide an alias for the command so that both enable-bbr and bbr-enable work
@rootulp rootulp added the nice to have item is not blocking or required. label Dec 8, 2024
@rootulp rootulp self-assigned this Dec 8, 2024
rootulp added a commit that referenced this issue Dec 12, 2024
Closes #4096

## Testing

The aliases work. For example `make bbr-check` and `make check-bbr` both
work. `make help` now shows commands in sorted order. Commands are
grouped into common prefixes: `docker-`, `lint-`, `test-`, etc.

![Screenshot 2024-12-08 at 4 36
43 PM](https://github.com/user-attachments/assets/c44bfe08-45fb-4b22-913d-6e92ca4d597f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have item is not blocking or required.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant