Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
todo
v1.0.1
Todo
Config
Exec
List
Task
Built with Crystal 1.9.2
2023-10-08 14:29:37 UTC
class
Todo::Config
Todo::Config
Reference
Object
Defined in:
todo/config.cr
Constant Summary
FILE_PATH
=
File
.expand_path(
".config/todorc"
,
ENV
[
"HOME"
])
Constructors
.new
Class Method Summary
.empty
Instance Method Summary
#exec
(hook_name : String, *args)
Constructor Detail
def self.
new
#
[
View source
]
Class Method Detail
def self.
empty
#
[
View source
]
Instance Method Detail
def
exec
(hook_name : String, *args)
#
[
View source
]