From de0a7f5d17807506f177b5dc90a6d9ccdb679435 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 2 Nov 2019 04:21:43 +0100 Subject: Moved tests in tests/, improved prettier with arguments --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 14c0111..eccdeb5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit