We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33caa9b commit b3796c7Copy full SHA for b3796c7
README.md
@@ -21,7 +21,8 @@ Usage:
21
Options:
22
--path <path> Full path to the solution (*.sln) or project (*.csproj) file that will be mapped.
23
--type <Class|Graph> The type of diagram to generate (e.g., Graph or Class). [default: Graph]
24
- --filter <filter> Exclude projects whose name matches the filter. (e.g., Test) []
+ --filter <filter> Exclude projects whose name matches the filter. (e.g., Test). []
25
+ --no-nuget Do not include NuGet packages in the graph. [default: False]
26
--version Show version information
27
-?, -h, --help Show help and usage information
28
```
0 commit comments