grim/convey

Add extends option to reference.

2017-09-17, Eric Fritz
6aa427a052df
Parents b45750ddbe7c
Children 5362b299f79c
Add extends option to reference.
  • +8 -0
    REFERENCE.md
  • --- a/REFERENCE.md Sun Sep 17 18:37:35 2017 -0500
    +++ b/REFERENCE.md Sun Sep 17 18:46:14 2017 -0500
    @@ -96,6 +96,14 @@
    ----
    +## Extends
    +
    +The extends option allows you to define a base configuration file. The filepath is relative to the current configuration file.
    +
    +The current file will inherit the options, tasks, and plans of the base configuration file. If an option is supplied, or a task or plan with the same name is defined in the current file, it replaces the inherited item.
    +
    +---
    +
    ## Tasks
    The tasks section defines each task. By defining them separately from the plan the tasks can be reused in multiple plans.