From d4572f2aa9acaaff55f5e0365ae75ec6becc0376 Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Tue, 16 Jun 2020 20:32:05 -0400 Subject: [PATCH] Add usage README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a179d8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Rack 0.1 +Like Ack but in Rust + +``` +USAGE: + rack [FLAGS] [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: + The pattern you're looking for + Path to search in [default: ] +``` +