added fsanitize params

This commit is contained in:
JOLIMAITRE Matthieu 2022-10-17 23:05:13 +02:00
parent c71feec15f
commit 6a242e1e84
4 changed files with 13 additions and 3 deletions

View file

@ -2,7 +2,8 @@
## Description
A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
A little helper tool meant to ease the developpment of the C piscine at
EPITA/Toulouse.
## Usage
@ -28,3 +29,9 @@ SUBCOMMANDS:
- through the AUR, as `epitls-pi-bin`
- with cargo `cargo install epitls-pi`
## TODO
- [ ] add support and switch on run/test for strict mode.
- [ ] add `--` syntax to run subcommand for parameter piping.
- [ ] prevent double includes.