-
Notifications
You must be signed in to change notification settings - Fork 68
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
Broken bash completion #138
Labels
Comments
I have the same problem on linux systems (centos 7, centos 8, debian testing) any of them doesn't work.
|
A simple repro to this issue: FROM ubuntu:24.04
RUN apt-get update && apt-get install -y curl bash-completion
RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/streamnative/pulsarctl/master/install.sh)"
RUN echo 'export PATH=${PATH}:${HOME}/.pulsarctl/plugins' >> ~/.bashrc \
&& echo "source /etc/profile.d/bash_completion.sh" >> ~/.bashrc \
&& echo ". <(pulsarctl completion bash)" >> ~/.bashrc
|
lyra95
added a commit
to lyra95/pulsarctl
that referenced
this issue
Dec 31, 2024
this fixes "aliashash[""]: bad array subscript" issue(streamnative#138)
@wolfstudy created a fix pr(#1683), could you check it out? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result:
The text was updated successfully, but these errors were encountered: