You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the miactl setup page, the command provided to configure bash auto-completion returns an error on Ubuntu 22.04 using bash-autocompletion with version 2.11.
$ miactl completion bash >/usr/local/etc/bash_completion.d/miactl
bash: /usr/local/etc/bash_completion.d/miactl: No such file or directory
I got it working by moving it inside /etc/bash_completion.d/miactl
Suggestions
Update the documentation with the correct command or specify to which OS the provided command applies to and, for other platforms, provide alternative commands or redirect to external documentation.
The text was updated successfully, but these errors were encountered:
nicola88
changed the title
miactl bash autocompletion command returns error
miactl bash autocompletion setup returns error
May 3, 2024
In the miactl setup page, the command provided to configure bash auto-completion returns an error on Ubuntu 22.04 using
bash-autocompletion
with version 2.11.I got it working by moving it inside
/etc/bash_completion.d/miactl
Suggestions
Update the documentation with the correct command or specify to which OS the provided command applies to and, for other platforms, provide alternative commands or redirect to external documentation.
The text was updated successfully, but these errors were encountered: