petits [[nodiscard]] pour le fun
All checks were successful
Linux arm64 / Build (push) Successful in 12m30s

This commit is contained in:
2025-06-19 22:31:41 +02:00
parent 34d781fcfe
commit 8342bf3969
6 changed files with 38 additions and 23 deletions

View File

@@ -79,9 +79,10 @@ To switch between debug and release mode:
``xmake f -m debug``
``xmake f -m release``
If for some reasons you wanna run the command line version (not updated):
If for some reasons you wanna run the command line version:
``xmake build text``
``xmake run text``
``xmake run text``
The command line version is **not** updated.
### Package the project