Skip to content

Commit 4af7724

Browse files
committed
Add --absolute-paths usage to README
1 parent 511d7f9 commit 4af7724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Compare two files:
3737
css-ast-diff style-new.css style-old.css
3838
```
3939

40+
Compare two files with absolute paths:
41+
42+
```
43+
css-ast-diff --absolute-paths ~/Desktop/style-new.css ~/Desktop/style-old.css
44+
```
45+
4046
## Examples
4147

4248
Comparing files with rules simply rearranged should yield no differences:

0 commit comments

Comments
 (0)