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
*Use colored output. Classes/modules of the same package get the same color.*
88
107
89
108
**Default:** ``False``
90
109
91
110
92
111
--max-color-depth
93
-
"""""""""""""""""
112
+
-----------------
94
113
*Use separate colors up to package depth of <depth>. Higher depths will reuse colors.*
95
114
96
115
**Default:** ``2``
97
116
98
117
99
118
--module-names
100
-
""""""""""""""
119
+
--------------
101
120
*Include module name in the representation of classes.*
102
121
103
122
**Default:** ``None``
104
123
105
124
106
125
--no-standalone
107
-
"""""""""""""""
126
+
---------------
108
127
*Only show nodes with connections.*
109
128
110
129
**Default:** ``False``
111
130
112
131
113
132
--only-classnames
114
-
"""""""""""""""""
133
+
-----------------
115
134
*Don't show attributes and methods in the class boxes; this disables -f values.*
116
135
117
136
**Default:** ``False``
118
137
119
138
120
139
121
140
141
+
.. _output-control:
142
+
122
143
Output Control
123
-
--------------
144
+
==============
145
+
124
146
125
147
--output
126
-
""""""""
148
+
--------
127
149
*Create a *.<format> output file if format is available. Available formats are: .dot, .puml, .plantuml, .mmd, .html. Any other format will be tried to be created by using the 'dot' command line tool, which requires a graphviz installation. In this case, these additional formats are available (see `Graphviz output formats <https://graphviz.org/docs/outputs/>`_).*
128
150
129
151
**Default:** ``dot``
130
152
131
153
132
154
--output-directory
133
-
""""""""""""""""""
155
+
------------------
134
156
*Set the output directory path.*
135
157
136
158
**Default:** ``""``
137
159
138
160
139
161
140
162
163
+
.. _project-configuration:
164
+
141
165
Project Configuration
142
-
---------------------
166
+
=====================
167
+
143
168
144
169
--ignore
145
-
""""""""
170
+
--------
146
171
*Files or directories to be skipped. They should be base names, not paths.*
147
172
148
173
**Default:** ``('CVS',)``
149
174
150
175
151
176
--project
152
-
"""""""""
177
+
---------
153
178
*Set the project name. This will later be appended to the output file names.*
154
179
155
180
**Default:** ``""``
156
181
157
182
158
183
--source-roots
159
-
""""""""""""""
184
+
--------------
160
185
*Add paths to the list of the source roots. Supports globbing patterns. The source root is an absolute path or a path relative to the current working directory used to determine a package namespace for modules located under the source root.*
161
186
162
187
**Default:** ``()``
163
188
164
189
165
190
--verbose
166
-
"""""""""
191
+
---------
167
192
*Makes pyreverse more verbose/talkative. Mostly useful for debugging.*
0 commit comments