You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| -b, --base | The base package that all our source code shares. This helps the parser ignore classes imported from your dependencies |
40
-
| -k, --key | Your access key and secret key. Maps will be added to your account on packagemap.co |
40
+
| -k, --key | Your access key and secret key. Maps will be added to your account on [packagemap.co](https://packagemap.co)|
41
41
| -g, --git | Builds a map of only the files that have changed vs. the target commit hash or head of the target branch. |
42
-
|[dirs]| A list of directories to parse the source files from. The directory should target just above the source code package hierarchy.<br/> e.g. for class src/main/java/co/packagemap/Main.java we should use the directory src/main/java. |
42
+
|[dirs]| A list of directories to parse the source files from. The directory should target just above the source code package hierarchy.<br/> e.g. for class `src/main/java/co/packagemap/Main.java` we should use the directory `src/main/java`. |
0 commit comments