We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d65813 commit 8aa7c32Copy full SHA for 8aa7c32
README.rst
@@ -37,10 +37,6 @@ if no options provided read from stdin::
37
38
table.hl td.ln {
39
text-align: right; }
40
- ➜ src ./sass.py -f ../examples/simple.scss -d ~
41
- usage: sass.py [-h] [-f FILE_PATH | -d DIR_PATH]
42
- sass.py: error: argument -d/--dir: not allowed with argument -f/--file
43
- ➜ src
44
45
from a file::
46
@@ -65,6 +61,12 @@ from a folder:
65
61
# this means :)
66
62
➜ src ./sass.py -d ../examples/
67
63
64
+you can't chew gum and walk at the same time::
+
+ ➜ src ./sass.py -f ../examples/simple.scss -d ~
+ usage: sass.py [-h] [-f FILE_PATH | -d DIR_PATH]
68
+ sass.py: error: argument -d/--dir: not allowed with argument -f/--file
69
70
code
71
....
72
0 commit comments