Command-line

- Formatting fixed
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-01 17:38:01 +02:00
parent 0081a1c684
commit 707f148a0c
2 changed files with 8 additions and 2 deletions

View File

@ -28,5 +28,8 @@ Therefore we could perform a compilation with these additional search
paths as such:
``` bash
./tlang compile source/tlang/testing/modules/a.t --paths "$(pwd)" --paths source/tlang/testing/ --paths /usr/lib
./tlang compile source/tlang/testing/modules/a.t \
--paths "$(pwd)" \
--paths source/tlang/testing/ \
--paths /usr/lib \
```

View File

@ -23,5 +23,8 @@ An example of this would be to add the following search paths:
Therefore we could perform a compilation with these additional search paths as such:
```bash
./tlang compile source/tlang/testing/modules/a.t --paths "$(pwd)" --paths source/tlang/testing/ --paths /usr/lib
./tlang compile source/tlang/testing/modules/a.t \
--paths "$(pwd)" \
--paths source/tlang/testing/ \
--paths /usr/lib \
```