Generate completion script
To load completions:
Bash:
$ source <(dl completion bash)
$ echo "source <(dl completion bash)" >> ~/.bashrc
Zsh:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
$ dl completion zsh > "${fpath[1]}/_dl"
You will need to start a new shell for this setup to take effect.
dl completion [bash|zsh]
-h, --help help for completion
--debug Show more output
- dl - Deploy Local