Skip to content

Commit c3fdc61

Browse files
committed
Add at least _some_ informations to the readme
1 parent 6c168c7 commit c3fdc61

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,28 @@
44
Rust binary to serach Pictures (based on EXIF) in a specific region.
55

66
Todo: Add a better readme ;)
7+
8+
```
9+
$ geo_fence -h
10+
Scan a directory to near pictures
11+
12+
USAGE:
13+
geo_fence [FLAGS] [OPTIONS] <dir> --point <point>
14+
15+
FLAGS:
16+
-h, --help Prints help information
17+
-x, --palallel Parallel implementation? Default is secqiential.
18+
-V, --version Prints version information
19+
-v, --verbosity Pass many times for more log output
20+
21+
By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables
22+
info logging, `-vvv` debug, and `-vvvv` trace.
23+
24+
OPTIONS:
25+
-p, --point <point> Point to check
26+
-r, --radius <radius> Radius in meter [default: 80.0]
27+
28+
ARGS:
29+
<dir> The file to read
30+
31+
```

0 commit comments

Comments
 (0)