2016-12-27 19:38:56 -07:00

5 lines
92 B
Plaintext

desc "${1:Task description}"
task :${2:task_name}${3: => [:dependent, :tasks]} do
${4}
end