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 completionOptions 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 outputSEE ALSO
- ddx - Document-Driven Development eXperience - AI development toolkit