2021-08-21 22:27:56 +08:00
|
|
|
name: error
|
|
|
|
returns: void
|
|
|
|
description: Print the argument string and halts the build process.
|
|
|
|
|
2022-01-23 23:04:04 +08:00
|
|
|
arg_flattening: false
|
|
|
|
|
2021-08-21 22:27:56 +08:00
|
|
|
posargs:
|
|
|
|
message:
|
|
|
|
type: str
|
|
|
|
description: The message to print
|
|
|
|
|
|
|
|
varargs:
|
|
|
|
name: msg
|
|
|
|
since: 0.58.0
|
|
|
|
type: str
|
2021-10-21 18:41:10 +08:00
|
|
|
description: Additional parameters will be separated by spaces
|