Skip to content

YAML may be a better choice for recipe than Config #40

@muma378

Description

@muma378

links:

Config

[common]
root = /root/path/to/
base = /root/path/	# to remove
name = 				# custom defined
tasks = task_20717,task_20718

[task_20717]
title =
root  =  
subdirs = 

[task_20718]
title = 
subdirs = 

YAML

root: /root/path/to
base: /root/path
tasks:
  - 
    task_id: 20717
    title: 
    subdirs: 
  -
    task_id: 20718
    subdirs: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions