File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -246,36 +246,6 @@ If set, will output the help for the extensions
246246
247247
248248
249- | Type | Requried| Postion| PipelineInput|
250- | --------------| --------| -------| -------------|
251- | ``` [Switch] ``` | false | named | false |
252- ---
253- #### ** ParameterHelp**
254-
255- If set, will get help about one or more parameters of an extension
256-
257-
258-
259- | Type | Requried| Postion| PipelineInput|
260- | ----------------| --------| -------| -------------|
261- | ``` [String[]] ``` | false | 10 | false |
262- ---
263- #### ** Example**
264-
265- If set, will get help examples
266-
267-
268-
269- | Type | Requried| Postion| PipelineInput|
270- | --------------| --------| -------| -------------|
271- | ``` [Switch] ``` | false | named | false |
272- ---
273- #### ** FullHelp**
274-
275- If set, will output the full help for the extensions
276-
277-
278-
279249| Type | Requried| Postion| PipelineInput|
280250| --------------| --------| -------| -------------|
281251| ``` [Switch] ``` | false | named | false |
@@ -287,7 +257,7 @@ Extension
287257---
288258### Syntax
289259``` PowerShell
290- Get-Transpiler [[-TranspilerPath] <String>] [-Force] [[-CommandName] <String[]>] [[-TranspilerName] <String[]>] [-Like] [-Match] [-DynamicParameter] [-CouldRun] [[-CouldPipe] <PSObject>] [-Run] [-Stream] [[-DynamicParameterSetName] <String>] [[-DynamicParameterPositionOffset] <Int32>] [-NoMandatoryDynamicParameter] [-RequireTranspilerAttribute] [[-ValidateInput] <PSObject>] [-AllValid] [[-ParameterSetName] <String>] [[-Parameter] <IDictionary>] [-SteppablePipeline] [-Help] [[-ParameterHelp] <String[]>] [-Example] [-FullHelp] [ <CommonParameters>]
260+ Get-Transpiler [[-TranspilerPath] <String>] [-Force] [[-CommandName] <String[]>] [[-TranspilerName] <String[]>] [-Like] [-Match] [-DynamicParameter] [-CouldRun] [[-CouldPipe] <PSObject>] [-Run] [-Stream] [[-DynamicParameterSetName] <String>] [[-DynamicParameterPositionOffset] <Int32>] [-NoMandatoryDynamicParameter] [-RequireTranspilerAttribute] [[-ValidateInput] <PSObject>] [-AllValid] [[-ParameterSetName] <String>] [[-Parameter] <IDictionary>] [-SteppablePipeline] [-Help] [<CommonParameters>]
291261```
292262---
293263
You can’t perform that action at this time.
0 commit comments