We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6fe88 commit f6c9c2fCopy full SHA for f6c9c2f
src/lucky_task/task.cr
@@ -5,11 +5,9 @@ abstract class LuckyTask::Task
5
property option_parser : OptionParser = OptionParser.new
6
property output : IO = STDOUT
7
8
- macro finished
9
{% if !@type.abstract? %}
10
LuckyTask::Runner.tasks << self.new
11
{% end %}
12
- end
13
14
@[Deprecated("Use `task_name` instead.")]
15
def name : String
0 commit comments