!config
# Arara, the cool TeX automation tool
# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
identifier: halt
name: Halt
authors:
- Heiko Oberdiek
- Island of TeX
commands:
- name: The halt trigger
command: >
@{
halt(0);
return true;
}
arguments: []