diff --git a/README.md b/README.md index 06ca27b..bb21789 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ Transform a boolean (it can also be a string) to **yes** or **no**. Other values Transform a boolean (it can also be a string) to **y** or **n**. Other values through. +#### retcode2bool + +Transform a return code to a bool (0: true, other values: false) + ## Development