We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b109d commit 27d73adCopy full SHA for 27d73ad
README.md
@@ -0,0 +1,33 @@
1
+# Definition CLI
2
+
3
+## Setup
4
+```bash
5
+cargo build --release
6
+```
7
8
+## Usage
9
10
+### General Report
11
12
+./cli report
13
+./cli report -p /path/to/definitions
14
15
16
+### Feature Report
17
18
+./cli feature
19
+./cli feature -f feature_name
20
+./cli feature -f feature_name -p /path/to/definitions
21
22
23
+### Watch for Changes
24
25
+./cli watch
26
+./cli watch -p /path/to/definitions
27
28
29
+### Definition
30
31
+./cli definition -n definition_name
32
+./cli definition -n definition_name -p /path/to/definitions
33
0 commit comments