Skip to content

Shell ​

Supported shell targets for completion script generation.

bash, zsh, fish, and powershell are implemented today.

Signatures ​

ts
type Shell = "bash" | "zsh" | "fish" | "powershell";

See Also ​

Released under the MIT License.