diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-02 04:21:43 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-02 05:08:52 +0100 |
| commit | de0a7f5d17807506f177b5dc90a6d9ccdb679435 (patch) | |
| tree | 5fd93e471219070754b5cfff6c497eb7ff9c3325 /README.md | |
| parent | 29387bf2bcc964a572a4bb267b13e685ca20d643 (diff) | |
| download | ft_printf_test-de0a7f5d17807506f177b5dc90a6d9ccdb679435.tar.gz ft_printf_test-de0a7f5d17807506f177b5dc90a6d9ccdb679435.tar.bz2 ft_printf_test-de0a7f5d17807506f177b5dc90a6d9ccdb679435.zip | |
Moved tests in tests/, improved prettier with arguments
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,3 +16,6 @@ or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make run`: run the tests in a pretty format - `> make run_raw`: run the tests in a ugly but parsable format +- `> make run_prettier_verbose`: to show a more verbose output +- `> make run_prettier_quiet`: to show a more quiet output +- `> python3 prettier -h`: show prettier options |
