From 1a19e2df1b377cd5245c650ef7152f0055408cbf Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 2 Nov 2019 21:46:04 +0100 Subject: Safe prettier log write --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index eccdeb5..d305b9f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Clone this repo such that: or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make run`: run the tests in a pretty format +- `> make run_verbose`: to show a more verbose output +- `> make run_quiet`: to show a more quiet output - `> 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