From 9d57b17e209983252f0ebda98087316577f04e6e Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 12 Nov 2018 16:57:34 +0330 Subject: update --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 63fec2c..5fd02a8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ make ## Usage A simple usage example:
```bash -cgrep --func --var --regex nam ./cgrep.cpp +cgrep --func --var --regex n[aA]m ./cgrep.cpp ``` Pleade do note that the regex will pass through both C++ and the regex engine, so if you would want to escape `\`, the regex you pass as the commandline arg would be `\\\\` instead of the normal `\\`.
@@ -24,10 +24,9 @@ For an up-to-date list, you can run `crep --help`.
```bash -all - turns on all switches other than nameddecl + -awk - outputs location in a gawk freidnly format -class - match class declrations only -dir= - recursively goes through all the files and directories. assumes compilation databases are present for all source files. - -extra-arg= - Additional argument to append to the compiler command line - -extra-arg-before= - Additional argument to prepend to the compiler command line -func - match functions only -header - match headers in header inclusions -macro - match macro definitions @@ -35,7 +34,6 @@ For an up-to-date list, you can run `crep --help`.
-memfunc - match member functions only -memvar - match member variables only -nameddecl - matches all named declrations - -p= - Build path -regex= - the regex to match against -struct - match structures only -syshdr - match identifiers in system header as well @@ -43,4 +41,4 @@ For an up-to-date list, you can run `crep --help`.
-var - map variables only ``` -Also, cgrep is a clang tool, so it will accecpt all valid clang commandline options.
+`cgrep` is a clang tool, so it will accecpt all valid clang commandline options.
-- cgit v1.2.3