SHELLS
Implemented shell values as a frozen readonly non-empty tuple.
Use this tuple for user-facing validation and shell selection UIs. It intentionally matches the shipped Shell union exactly so docs, help output, and completion generation advertise the same support surface.
- Import:
@kjanat/dreamcli - Export kind: constant
- Declared in:
src/core/completion/index.ts - Source link:
packages/dreamcli/src/core/completion/index.ts:37
Signatures
ts
const SHELLS: Readonly<readonly ["bash", "zsh", "fish", "powershell"]>;