Help on 'list-tasks'                                            Feta 1.4.0
--------------------------------------------------------------------------

In Debian, packages can be grouped into 'tasks'. This is done by adding
a 'Task:' field to the package description. The 'list-tasks' command
can display a list of all available tasks, or all the packages in a task.

EXAMPLES
--------
To display all tasks in Debian:
 $ feta list-tasks

To display all the packages in the 'c-dev' task:
 $ feta list-tasks c-dev

OTHER REFERENCES
----------------
Feta uses its own 'search' command to list the tasks. Since Task: is a
field, it uses 'feta search Task: . Task:' to list all tasks, and
'feta search Task: [task]' to display the contents of a task.

To install a task, use the 'install-tasks' command.

--------------------------------------------------------------------------
Help on 'list-tasks'                                            Feta 1.4.0
