haml2slim 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -3
- data/lib/haml2slim/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -8,9 +8,7 @@ You may convert files using the included executable `haml2slim`.
|
|
|
8
8
|
|
|
9
9
|
# haml2slim -h
|
|
10
10
|
|
|
11
|
-
Usage: haml2slim [options]
|
|
12
|
-
-s, --stdin Read input from standard input instead of an input file
|
|
13
|
-
-o, --output FILENAME Output file destination
|
|
11
|
+
Usage: haml2slim INPUT_FILENAME_OR_DIRECTORY [OUTPUT_FILENAME_OR_DIRECTORY] [options]
|
|
14
12
|
--trace Show a full traceback on error
|
|
15
13
|
-h, --help Show this message
|
|
16
14
|
-v, --version Print version
|
data/lib/haml2slim/version.rb
CHANGED