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
Maybe tiup should have a list of known/registered components and then run the component like tiup <component> completion which then can emit the right output similar to what git uses.
The text was updated successfully, but these errors were encountered:
Feature Request
There is
tiup completion
but it has multiple issues:/bin/bash
as valid value (Fixed in cmd: use SHELL from environment for completion #1455 )SHELL
from the environment (Fixed in cmd: use SHELL from environment for completion #1455 )install.sh
should runtiup completion bash > /etc/bash_completion.d/tiup
?cluster
andplayground
are not excluded in the shell completion.I think
tiup
components are a bit similar togit
commands. And forgit
there is this: https://github.com/git/git/blob/master/contrib/completion/git-completion.bash to allow additional tools likegit-extras
Maybe
tiup
should have a list of known/registered components and then run the component liketiup <component> completion
which then can emit the right output similar to whatgit
uses.The text was updated successfully, but these errors were encountered: