mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
Fixed directory tokens.
This commit is contained in:
parent
28b087e980
commit
154d0db2a3
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
- Count all the lines of code in a directory:
|
||||
|
||||
`cloc {{directory}}`
|
||||
`cloc {{/path/to/directory}}`
|
||||
|
||||
- Count all the lines of code in a directory, displaying a progress bar during the counting process:
|
||||
|
||||
`cloc --progress=1 {{directory}}`
|
||||
`cloc --progress=1 {{/path/to/directory}}`
|
||||
|
||||
- Compare 2 directory sturctures and count the differences between them:
|
||||
|
||||
`cloc --diff {{directoryone}} {{directorytwo}}`
|
||||
`cloc --diff {{/path/to/directoryone}} {{/path/to/directorytwo}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue