aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/error.yaml
blob: 628e5b85c0518f957999a64dcaf40b9a7ccb1a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: error
returns: void
description: Print the argument string and halts the build process.

arg_flattening: false

posargs:
  message:
    type: str
    description: The message to print

varargs:
  name: msg
  since: 0.58.0
  type: str
  description: Additional parameters will be separated by spaces