Test conf

This commit is contained in:
Jan-Niclas Loosen
2025-10-25 22:40:18 +02:00
parent 81e1f84fd9
commit dbac3442e9
9 changed files with 353 additions and 229 deletions

View File

@@ -0,0 +1,15 @@
**Author: Jan-Niclas Loosen (1540907)**
The jar ``jar/tram.jar`` contains all required dependencies.
```bash
java -jar tram.jar <tramFile> [options]
```
**Optional arguments:**
`--debug`: Enables debug logging to the console.
`--debug <logFile>`: Enables debug logging and writes output to the specified file.
`--stack [v1,v2,...]`: Initializes the stack with the given integers (for example `[4,10]`).