Shell
Supported shell targets for completion script generation.
bash, zsh, fish, and powershell are implemented today.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/completion/index.ts - Source link:
packages/dreamcli/src/core/completion/index.ts:26
Signatures
ts
type Shell = "bash" | "zsh" | "fish" | "powershell";