updates README
This commit is contained in:
@@ -21,8 +21,15 @@ The flow is :
|
|||||||
|
|
||||||
```
|
```
|
||||||
echo "Task number One" | section
|
echo "Task number One" | section
|
||||||
ls -l | output
|
ls -l |& output
|
||||||
echo "Warning" | output::warning
|
echo "Warning" | output::warning
|
||||||
ls /non_existent_file |& output
|
ls /non_existent_file |& output
|
||||||
result
|
result
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Todo list
|
||||||
|
|
||||||
|
* Have result optionnaly take a custom condition of success
|
||||||
|
* Parameters on output :
|
||||||
|
* Show errors as warning
|
||||||
|
* Silent output
|
||||||
|
|||||||
Reference in New Issue
Block a user