summon icon indicating copy to clipboard operation
summon copied to clipboard

add support for inheritance

Open slimm609 opened this issue 6 years ago • 0 comments

common should always be inherited but it would be awesome to be able to inherit other sections

common:
  key1:
  key2:

appShare:
  pathA:
  keyB:

appA:
  - inherit appShare
  keyC:

appB:
  - inherit appShare
  keyD:

slimm609 avatar Jul 31 '18 19:07 slimm609