1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/inter/Figures/help.txt

26 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-03-27 01:26:35 +02:00
For handling intermediate Inform code.
usage: inter file1 file2 ... [options]
2022-03-22 23:11:49 +02:00
-annotations print out table of all symbol annotations in the Inter language
-architecture X generate Inter with architecture X
2022-03-22 23:11:49 +02:00
-build-kit X build Inter kit X for the current architecture
-constructs print out table of all constructs in the Inter language
2020-03-27 01:26:35 +02:00
-domain X specify folder to read/write inter files from/to
-format=X code-generate -o output to format X (default is Text)
2022-03-22 23:11:49 +02:00
-internal X specify folder of internal Inform resources
-o X code-generate to file X
-pipeline-file X specify pipeline as file X
-pipeline-text X specify pipeline textually, with X being a comma-separated list of stages
2022-03-22 23:11:49 +02:00
-primitives print out table of all primitive invocations in the Inter language
-trace print out all pipeline steps as they are followed (default is -no-trace)
2020-03-27 01:26:35 +02:00
-variable X set pipeline variable X (in form name=value)
-at X specify that this tool is installed at X
-crash intentionally crash on internal errors, for backtracing (default is -no-crash)
2020-03-27 01:26:35 +02:00
-fixtime pretend the time is 11 a.m. on 28 March 2016 for testing (default is -no-fixtime)
-help print this help information
2022-03-22 23:11:49 +02:00
-locale X set locales as 'L=E', L being shell or console, E platform, utf-8 or iso-latin1
2020-03-27 01:26:35 +02:00
-log X write the debugging log to include diagnostics on X
-version print out version number