Skip to content
Commit b4185ded authored by Roman Lacko's avatar Roman Lacko
Browse files

Change module definition syntax

Original example:
    - -name:            time
      -driver:          Leaf::Time
      format:           (format)
To:
    - time:
        driver:         Leaf::Time
        format:         (format)

Which is much more readable and does not require extra '-'
parent c33b3149
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment