Skip to content

completion

ddx completion

Generate completion script

Synopsis

To configure your shell to load completions:

Bash: echo ‘source <(ddx completion bash)’ » ~/.bashrc

Zsh: echo ‘source <(ddx completion zsh)’ » ~/.zshrc

Fish: ddx completion fish | source

PowerShell: ddx completion powershell | Out-String | Invoke-Expression

ddx completion [bash|zsh|fish|powershell]

Options

  -h, --help   help for completion

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

  • ddx - Document-Driven Development eXperience - AI development toolkit
Auto generated by spf13/cobra on 6-Apr-2026