summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-halt.yaml
blob: e4097ce3dc7b4acf963ffa4e10b2c2331b8cb2e3 (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) 2021, 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: []