Skip to content

Commit 13e4d41

Browse files
authored
Update README.md with updated usage examples
1 parent d86b94b commit 13e4d41

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ systems including Rust, Node.js, Python, Java, and more.
1212
## Usage
1313

1414
```
15-
A command-line tool that scans projects for large build artifacts and cleans them up
15+
> crufty --help
16+
A command-line tool that scans projects for large build artifacts and cleans them up safely
1617
1718
Usage: crufty <COMMAND>
1819
@@ -32,14 +33,15 @@ Options:
3233

3334
```
3435
> crufty scan
35-
[+] Scanning: /Users/encodepanda/projects
36+
[+] Scanning: /Users/encodepanda/projects/ttemp
3637
37-
[1] ./crufty/target 419.6 MB
38-
[2] ./too-many-lists/target 33.9 MB
39-
[3] ./rust-web/target 977.7 MB
40-
[4] ./rshttp/target 16.3 MB
38+
[1] ./crufty/target (Rust) 425.2 MB
39+
[2] ./sandbox/99-scala-problems/target (Scala) 252.9 KB
40+
[3] ./rshttp/target (Rust) 16.3 MB
41+
[4] ./tutorials/too-many-lists/target (Rust) 33.9 MB
42+
[5] ./tutorials/rust-web/target (Rust) 977.7 MB
4143
42-
Total size: 1.4 GB in 4 directories
44+
Total size: 1.4 GB in 5 directories
4345
Use `crufty clean` to remove these safely
4446
```
4547

@@ -48,7 +50,7 @@ Use `crufty clean` to remove these safely
4850
```
4951
> crufty clean
5052
51-
4 directories were removed, restoring 1.4 GB
53+
5 directories were removed, restoring 1.4 GB
5254
```
5355

5456
## Install

0 commit comments

Comments
 (0)