enum

Kebab::Completion::Shell

Inherits Enum < Comparable < Value < Object

The shells kebab ships generators for.

Constants

Fish = 0
Bash = 1
Zsh = 2

Instance methods

bash?

Returns true if this enum value equals Bash

Source
fish?

Returns true if this enum value equals Fish

Source
generate(command : Kebab::Schema::Command, binary : String | Nil = nil) : String
Source
zsh?

Returns true if this enum value equals Zsh

Source