Use regex to detect blocks

This commit is contained in:
Joscha 2025-02-06 21:16:37 +01:00
parent f429b3934e
commit 7f1c71a6e2
5 changed files with 65 additions and 41 deletions

View file

@ -18,8 +18,8 @@ To reformat all proof trees in your project, run:
java -jar asciiprooftree.jar path/to/your/src
```
If you want to use a different marker string than `§`, you can use the `--marker` option:
For available options, run:
```shell
java -jar asciiprooftree.jar path/to/your/src --marker 't>'
java -jar asciiprooftree.jar --help
```