Within the .angreal
folder of a project create a file that starts with task_
and ends with .py
.
Define a function.
Apply command
decorator
import angreal
@angreal.command(name='task-name', about='text-to-display')
def task_code():
return