- Add extra cli switches to generate docs from options - More automation/fallbacks/default values for options
12 lines
182 B
YAML
12 lines
182 B
YAML
imports:
|
|
- time
|
|
|
|
docs:
|
|
title: Monitoring
|
|
|
|
props:
|
|
- name: interval
|
|
type: time.Duration
|
|
default: 300 * time.Second
|
|
description: Output (log) interval for monitoring.
|