From f079669c6ed7f35bd3872b14c2656093a1660279 Mon Sep 17 00:00:00 2001 From: t32k Date: Mon, 24 Mar 2014 01:12:17 +0900 Subject: [PATCH] Update readme.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df2c311..91096a5 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,17 @@ StyleStats supports multiple input. ```sh $ stylestats foo.css bar.css baz.css ``` +supports directory input. + +```sh +$ stylestats path/to/dir +``` + +supports glob(required quotations) input. + +```sh +$ stylestats 'path/**/*.css' +``` `-e` option output JSON or CSV or HTML.