135
135
< li class ="header "> Namespace</ li >
136
136
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands "> GitReleaseManager< wbr > .Core< wbr > .Commands</ a > </ li >
137
137
< li role ="separator " class ="divider "> </ li >
138
+ < li class ="header "> Interface Types</ li >
139
+ < li class ="selected "> < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ICommand_1 "> ICommand< wbr > <TOptions>< wbr > </ a > </ li >
138
140
< li class ="header "> Class Types</ li >
139
141
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "> AddAssetsCommand</ a > </ li >
140
142
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "> CloseCommand</ a > </ li >
146
148
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "> OpenCommand</ a > </ li >
147
149
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "> PublishCommand</ a > </ li >
148
150
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "> ShowConfigCommand</ a > </ li >
149
- < li class ="header "> Interface Types</ li >
150
- < li class ="selected "> < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ICommand_1 "> ICommand< wbr > <TOptions>< wbr > </ a > </ li >
151
151
152
152
153
153
</ ul >
@@ -183,16 +183,16 @@ <h1>ICommand<wbr><TOptions><wbr> <small>Interface</small></h1>
183
183
< dt > Implementing Types</ dt >
184
184
< dd >
185
185
< ul class ="list-unstyled ">
186
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "> OpenCommand</ a > </ li >
187
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "> InitCommand</ a > </ li >
188
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "> ShowConfigCommand</ a > </ li >
189
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand "> CreateCommand</ a > </ li >
190
186
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "> CloseCommand</ a > </ li >
191
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "> ExportCommand</ a > </ li >
192
187
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "> LabelCommand</ a > </ li >
193
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "> AddAssetsCommand</ a > </ li >
194
- < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "> PublishCommand</ a > </ li >
195
188
< li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "> DiscardCommand</ a > </ li >
189
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand "> CreateCommand</ a > </ li >
190
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "> PublishCommand</ a > </ li >
191
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "> OpenCommand</ a > </ li >
192
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "> AddAssetsCommand</ a > </ li >
193
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "> InitCommand</ a > </ li >
194
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "> ExportCommand</ a > </ li >
195
+ < li > < a href ="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "> ShowConfigCommand</ a > </ li >
196
196
</ ul >
197
197
</ dd >
198
198
</ dl >
@@ -202,26 +202,26 @@ <h1>ICommand<wbr><TOptions><wbr> <small>Interface</small></h1>
202
202
graph BT
203
203
Type["ICommand<TOptions>"]
204
204
class Type type-node
205
- Implementing0["OpenCommand "]-.->Type
206
- click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "
207
- Implementing1["InitCommand "]-.->Type
208
- click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "
209
- Implementing2["ShowConfigCommand "]-.->Type
210
- click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "
205
+ Implementing0["CloseCommand "]-.->Type
206
+ click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "
207
+ Implementing1["LabelCommand "]-.->Type
208
+ click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "
209
+ Implementing2["DiscardCommand "]-.->Type
210
+ click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "
211
211
Implementing3["CreateCommand"]-.->Type
212
212
click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand"
213
- Implementing4["CloseCommand "]-.->Type
214
- click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand "
215
- Implementing5["ExportCommand "]-.->Type
216
- click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "
217
- Implementing6["LabelCommand "]-.->Type
218
- click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand "
219
- Implementing7["AddAssetsCommand "]-.->Type
220
- click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "
221
- Implementing8["PublishCommand "]-.->Type
222
- click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "
223
- Implementing9["DiscardCommand "]-.->Type
224
- click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand "
213
+ Implementing4["PublishCommand "]-.->Type
214
+ click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand "
215
+ Implementing5["OpenCommand "]-.->Type
216
+ click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand "
217
+ Implementing6["AddAssetsCommand "]-.->Type
218
+ click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand "
219
+ Implementing7["InitCommand "]-.->Type
220
+ click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand "
221
+ Implementing8["ExportCommand "]-.->Type
222
+ click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand "
223
+ Implementing9["ShowConfigCommand "]-.->Type
224
+ click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand "
225
225
226
226
</ div >
227
227
</ div >
0 commit comments