Skip to content

The completions command!

Arguments for the Command 💻

You can use this arguments on the: completions command

Arguments Description
bash Generate shell completions for bash.
fish Generate shell completions for fish.
zsh Generate shell completions for zsh.

Flags for the Command 🏴‍☠️

You can use this flags on the: completions command

Flags Description
--help The CLI Help Message

Configure in your shell

To enable the shell completions follow the steps bellow:

Bash

To enable bash completions for this program add following line to your ~/.bashrc:

source <(dpm completions bash)

Fish

To enable fish completions for this program add following line to your ~/.config/fish/config.fish:

source (dpm completions fish | psub)

Zsh

To enable zsh completions for this program add following line to your ~/.zshrc:

source <(dpm completions zsh)

Bugs report 🐛

For report bugs or errors in the documentation make a issue on the docs repo or in the dpm repo on the dpmland org and the:


Made with ❤ in Ecuador and the World