utils
Child Commands
completion
completiongreymatter utils completion [bash|zsh|fish|powershell]greymatter utils completion -hBash
Linux
MacOS
Zsh
Fish
PowerShell
Last updated
Was this helpful?
completiongreymatter utils completion [bash|zsh|fish|powershell]greymatter utils completion -hLast updated
Was this helpful?
Was this helpful?
source <(greymatter utils completion bash)greymatter utils completion bash > /etc/bash_completion.d/greymattergreymatter utils completion bash > /usr/local/etc/bash_completion.d/greymatterbrew install bash-completionif [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fiecho "autoload -U compinit; compinit" >> ~/.zshrcgreymatter utils completion zsh > "${fpath[1]}/_greymatter"greymatter utils completion fish | sourcegreymatter utils completion fish > ~/.config/fish/completions/greymatter.fish