1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Chris Sivanich 18e84711ee Add task metadata
Metadata is supported in the config file on a per-task basis. It is to be put
in the 'meta' key's value json.

Currently 'title' and 'description' keys are supported. See the example below.

```
[
    {
        "meta" : {
            "title" : "This is the title",
            "description" : "This is a longer description, not shown with -Q"
        }
    }
]
```
2014-04-23 21:07:03 -05:00