3
0
corteza/pkg/options/actionLog.yaml
Denis Arh 44f7166d97 Options codegen improvements
- Add extra cli switches to generate docs from options
 - More automation/fallbacks/default values for options
2020-12-02 16:12:07 +01:00

16 lines
245 B
YAML

docs:
title: Actionlog
props:
- name: enabled
type: bool
default: true
docs:
description: Enable action logging.
- name: debug
type: bool
default: false
docs:
description: Enable debug action logging.