Skip to content

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.

Signatures

ts
const SHELLS: Readonly<readonly ["bash", "zsh", "fish", "powershell"]>;

See Also

Released under the MIT License.