Create a Command

Create a Command

  1. Within the .angreal folder of a project create a file that starts with task_ and ends with .py.

  2. Define a function.

  3. Apply command decorator.

Example

import angreal

@angreal.command(name='command-name', about='text-to-display')
def command_function():
    return