Add usage README
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Rack 0.1
|
||||||
|
Like Ack but in Rust
|
||||||
|
|
||||||
|
```
|
||||||
|
USAGE:
|
||||||
|
rack [FLAGS] <pattern> [path]
|
||||||
|
|
||||||
|
FLAGS:
|
||||||
|
--no-gitignore Include results that are specified in .gitignore
|
||||||
|
--help Prints help information
|
||||||
|
-i Ignore case when looking for matches
|
||||||
|
-h Omit file names in results
|
||||||
|
-o Only print matched text
|
||||||
|
-V, --version Prints version information
|
||||||
|
|
||||||
|
ARGS:
|
||||||
|
<pattern> The pattern you're looking for
|
||||||
|
<path> Path to search in [default: ]
|
||||||
|
```
|
||||||
|
|
||||||
Reference in New Issue
Block a user