We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846b433 commit a417b2aCopy full SHA for a417b2a
README.md
@@ -6,10 +6,10 @@ to search for code patterns using Clojure structures.
6
7
Note: this is quite experimental for now.
8
9
-## Command-Line Usage
+## Command-Line
10
11
```
12
-grape [-r|--recursive] <pattern> <file> [<file> ...]
+java -jar grape.jar [-r|--recursive] <pattern> <file> [<file> ...]
13
14
15
## Library
project.clj
@@ -8,6 +8,7 @@
[carocad/parcera "0.3.1"]]
:main grape.cli
:repl-options {:init-ns user}
- :profiles {:dev {:source-paths ["dev"]
+ :profiles {:uberjar {:aot :all}
+ :dev {:source-paths ["dev"]
:global-vars {*warn-on-reflection* true}
:dependencies [[org.clojure/tools.namespace "0.2.11"]]}})
0 commit comments