summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/halt.yaml
blob: 9d8aaa8aef82d7c9b891cb613de55255f2542db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!config
# Arara, the cool TeX automation tool
# Copyright (c) 2018, Paulo Roberto Massa Cereda 
# All rights reserved.
#
# This rule is part of arara.
identifier: halt
name: Halt
authors:
- Heiko Oberdiek
- Paulo Cereda
commands:
- name: The halt trigger
  command: >
    @{
        return getTrigger('halt');
    }
arguments: []