From d33db3e26771904719357277068794647ed6e2b5 Mon Sep 17 00:00:00 2001 From: Artus Date: Mon, 13 May 2019 14:36:44 +0200 Subject: [PATCH] updates README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f3f04..bdbc26b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,15 @@ The flow is : ``` echo "Task number One" | section -ls -l | output +ls -l |& output echo "Warning" | output::warning ls /non_existent_file |& output result ``` + +## Todo list + + * Have result optionnaly take a custom condition of success + * Parameters on output : + * Show errors as warning + * Silent output