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::Commands
Defined in:
cli/cmd.cr
Enum Members
Pending
=
0
Daily
=
1
Completed
=
2
Generate
=
3
Unknown
=
4
Constructors
.from_str
(str : String) : Commands
Instance Method Summary
#completed?
#daily?
#generate?
#pending?
#unknown?
Constructor Detail
def self.
from_str
(str : String) :
Commands
#
[
View source
]
Instance Method Detail
def
completed?
#
[
View source
]
def
daily?
#
[
View source
]
def
generate?
#
[
View source
]
def
pending?
#
[
View source
]
def
unknown?
#
[
View source
]