diff --git a/README.md b/README.md index 4bcfb5b..5f94875 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ flags: At least 2 arguments expected, got 1 ``` +Since v1.3, the above is colorized on a terminal and looks like this: + +![Color output](screenshot.png) + or normal case (and now in color when on console) ```bash $ sampleTool a b diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..2f53ba3 Binary files /dev/null and b/screenshot.png differ