summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-halt.yaml
blob: 1a3e909e6f670877c1f1bba86bdf9b960b2e4562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!config
# Arara, the cool TeX automation tool
# Copyright (c) 2022, 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: []