sleep content provider

blackstork/builtin, v1.0.0

Description

Pauses content generation for the specified duration, then renders a confirmation message. Intended for testing and debugging.

The sleep content provider is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.

Configuration

This content provider does not accept any configuration arguments.

Usage

This content provider accepts the following arguments within a content sleep block:

content sleep {
  # Duration to sleep
  #
  # Optional string.
  # Must be non-empty
  # Default value:
  duration = "1s"
}