Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
taskwarrior-scrum
13
CLI
Commands
GenerateCompletion
ShellType
DataFile
Tui
TaskWarriorData
TuiCompleted
TuiPending
UnixTime
Built with Crystal 1.9.2
2023-10-08 13:10:08 UTC
enum
CLI::GenerateCompletion::ShellType
Defined in:
cli/generate_completion.cr
Enum Members
Zsh
=
0
Bash
=
1
Unknown
=
2
Constructors
.from_str
(str : String) : ShellType
Instance Method Summary
#bash?
#unknown?
#zsh?
Constructor Detail
def self.
from_str
(str : String) :
ShellType
#
[
View source
]
Instance Method Detail
def
bash?
#
[
View source
]
def
unknown?
#
[
View source
]
def
zsh?
#
[
View source
]