1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00
dotbot/dotbot/executor
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
..
__init__.py Add task metadata 2014-04-23 21:07:03 -05:00
commandrunner.py Initial commit 2014-03-20 18:57:56 -04:00
executor.py Initial commit 2014-03-20 18:57:56 -04:00
linker.py Initial commit 2014-03-20 18:57:56 -04:00
meta.py Add task metadata 2014-04-23 21:07:03 -05:00