summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt/halt.yaml
blob: 1c14644bcbeb86251a32d689bdb856a668c29b92 (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: []