Skip to content

Commit b3796c7

Browse files
Update readme with new option
1 parent 33caa9b commit b3796c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Usage:
2121
Options:
2222
--path <path> Full path to the solution (*.sln) or project (*.csproj) file that will be mapped.
2323
--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) []
24+
--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]
2526
--version Show version information
2627
-?, -h, --help Show help and usage information
2728
```

0 commit comments

Comments
 (0)