desc '${1:Task description}'
task ${2:task_name}${3: ['dependent:task', 'other:task2']} do
	${4}
end