From 44cbf745dca7c6b434131584c4eae40aec21708b Mon Sep 17 00:00:00 2001 From: jtm Date: Sun, 25 Mar 2012 14:31:02 +0000 Subject: [PATCH] updated readme --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index ea34894..423264d 100644 --- a/README +++ b/README @@ -40,10 +40,12 @@ or simply place the package into your python path. Compiler script Usage ===================== -usage: lesscpy [-h] [-I INCLUDE] [-x] [-X] [-m] [-D] [-v] [-o OUT] [-S] [-V] - [-L] [-N] +usage: lesscpy [-h] [-I INCLUDE] [-v] [-x] [-X] [-t] [-s SPACES] [-o OUT] [-r] + [-f] [-m] [-D] [-S] [-V] [-L] [-N] target +LessCss Compiler + positional arguments: target less file or directory @@ -51,9 +53,14 @@ optional arguments: -h, --help show this help message and exit -I INCLUDE, --include INCLUDE Included less-files (comma separated) + -v, --verbose Verbose mode + +Formatting options: -x, --minify Minify output -X, --xminify Minify output, no end of block newlines - -v, --verbose Verbose mode + -t, --tabs Use tabs + -s SPACES, --spaces SPACES + Number of startline spaces (default 2) Directory options: Compiles all *.less files in directory that have a newer timestamp than