prevnext   » SZS: Wiimms SZS Toolset » wszst: Wiimms SZS Tool » wszst isarena

wszst isarena

Analyse each track for its arena status and print a line with a status code and the track name. The status code is: ++-RACE+½ for a racing track, ++?MAYBE+½ for likely an arena, +++ARENA+½ for an arena, +++DISPATCH+½ for an arena with dispatch points or any error hint beginning with an ++!+½. So the very first character (one of ++!-?++½) can be used to distinguish the status class.

The exit status is >2 on error, 2 (DIFFER), if at least one file is a racing track, or 0 (OK), if all sources are arenas.

Contents

1.   Syntax

wszst ISARENA [source]...

2.   Options

Options
Option Param Description
--colors [=modus] Define the modus for colored text output. Allowed keywords are: OFF or NO-COLORS to disable colors, AUTO (default) for automatic detection, ON for automatic detection but never OFF, 8-COLORS and 256-COLORS to force 8 or 256 color support. Without parameter, ON is used.

AUTO will enable colorized output only for terminals. AUTO and ON use environment variable TERM to find the correct color modus.

If a command is prefixed by 'C-', then --color=ON is used implicitly as default.

--no-colors Deactive colorized text. This is the default, if an output file is not a terminal.
-H --no-header Suppress printing of header and footer.
-B --brief If set, suppress the output of header and filenames.
-q --quiet If set, print nothing and set only the exit status.
-i --ignore If set, ignore non existing source files and files without KMP without warning.