Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create lo abbreviation for localhost in commands #19

Open
dominikbraun opened this issue Apr 12, 2021 · 0 comments · May be fixed by #20
Open

Create lo abbreviation for localhost in commands #19

dominikbraun opened this issue Apr 12, 2021 · 0 comments · May be fixed by #20
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dominikbraun
Copy link
Owner

buneary commands can become quite long, partially because the host - which mostly corresponds to localhost for local development - has to be specified in each command:

$ buneary create exchange localhost my-exchange topic

Introducing a lo abbreviation could shorten this a bit.

$ buneary create exchange lo my-exchange topic

Internally, it would be sufficient to check whether the address is "lo" and change it to "localhost" if it is.

@dominikbraun dominikbraun added enhancement New feature or request good first issue Good for newcomers labels Apr 12, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant