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