fx-completion
fx-completion copied to clipboard
[feature-request] `fx completion <shell>` to return completion script
Here are the current cli completions I have sourced:
source <($HOME/.local/bin/helm completion bash)
source <($HOME/.local/bin/kaf completion bash)
source <($HOME/.local/bin/kustomize completion bash)
source <($HOME/.local/bin/pip completion --bash)
source <($HOME/.local/bin/stern --completion=bash)
source <(/usr/bin/kubectl completion bash)
source <(PATH="$HOME/.local/node/bin:$PATH" $HOME/.local/node/bin/npm completion)
Would be nice to include fx completion bash to the list in this way.
Here are the current cli completions I have sourced:
source <($HOME/.local/bin/helm completion bash) source <($HOME/.local/bin/kaf completion bash) source <($HOME/.local/bin/kustomize completion bash) source <($HOME/.local/bin/pip completion --bash) source <($HOME/.local/bin/stern --completion=bash) source <(/usr/bin/kubectl completion bash) source <(PATH="$HOME/.local/node/bin:$PATH" $HOME/.local/node/bin/npm completion)Would be nice to include
fx completion bashto the list in this way.
Welcome