Skip to content

Commit 799c0a7

Browse files
StartAutomatingStartAutomating
authored andcommitted
[REST] Updates: Fixing #118
1 parent 5d6c563 commit 799c0a7

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

docs/Get-PipeScript.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff 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-PipeScript [[-PipeScriptPath] <String>] [-Force] [[-CommandName] <String[]>] [[-PipeScriptName] <String[]>] [-Like] [-Match] [-DynamicParameter] [-CouldRun] [[-CouldPipe] <PSObject>] [-Run] [-Stream] [[-DynamicParameterSetName] <String>] [[-DynamicParameterPositionOffset] <Int32>] [-NoMandatoryDynamicParameter] [-RequirePipeScriptAttribute] [[-ValidateInput] <PSObject>] [-AllValid] [[-ParameterSetName] <String>] [[-Parameter] <IDictionary>] [-SteppablePipeline] [-Help] [[-ParameterHelp] <String[]>] [-Example] [-FullHelp] [<CommonParameters>]
260+
Get-PipeScript [[-PipeScriptPath] <String>] [-Force] [[-CommandName] <String[]>] [[-PipeScriptName] <String[]>] [-Like] [-Match] [-DynamicParameter] [-CouldRun] [[-CouldPipe] <PSObject>] [-Run] [-Stream] [[-DynamicParameterSetName] <String>] [[-DynamicParameterPositionOffset] <Int32>] [-NoMandatoryDynamicParameter] [-RequirePipeScriptAttribute] [[-ValidateInput] <PSObject>] [-AllValid] [[-ParameterSetName] <String>] [[-Parameter] <IDictionary>] [-SteppablePipeline] [-Help] [<CommonParameters>]
291261
```
292262
---
293263

0 commit comments

Comments
 (0)