Skip to content

Commit 9af5650

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent f301273 commit 9af5650

File tree

1 file changed

+17
-24
lines changed

1 file changed

+17
-24
lines changed

Diff for: docs/Get-OBSAsciiShader.md

+17-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSAsciiShader
22
------------------
33

44
### Synopsis
5-
65
Get-OBSAsciiShader [[-Scale] <int>] [[-BaseColor] <string>] [[-CharacterSet] <int>] [[-Note] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Monochrome] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,73 +15,73 @@ Get-OBSAsciiShader [[-Scale] <int>] [[-BaseColor] <string>] [[-CharacterSet] <in
1615

1716
|Type |Required|Position|PipelineInput|Aliases |
1817
|----------|--------|--------|-------------|----------|
19-
|`[string]`|false |1 |false |base_color|
18+
|`[String]`|false |named |False |base_color|
2019

2120
#### **CharacterSet**
2221

2322
|Type |Required|Position|PipelineInput|Aliases |
2423
|-------|--------|--------|-------------|-------------|
25-
|`[int]`|false |2 |false |character_set|
24+
|`[Int]`|false |named |False |character_set|
2625

2726
#### **FilterName**
2827

29-
|Type |Required|Position|PipelineInput |
30-
|----------|--------|--------|---------------------|
31-
|`[string]`|false |5 |true (ByPropertyName)|
28+
|Type |Required|Position|PipelineInput|
29+
|----------|--------|--------|-------------|
30+
|`[String]`|false |named |False |
3231

3332
#### **Force**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|----------|--------|--------|-------------|
37-
|`[switch]`|false |Named |false |
36+
|`[Switch]`|false |named |False |
3837

3938
#### **Monochrome**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|----------|--------|--------|-------------|
43-
|`[switch]`|false |Named |false |
42+
|`[Switch]`|false |named |False |
4443

4544
#### **NoResponse**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|----------|--------|--------|-------------|
49-
|`[switch]`|false |Named |false |
48+
|`[Switch]`|false |named |False |
5049

5150
#### **Note**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|----------|--------|--------|-------------|
55-
|`[string]`|false |3 |false |
54+
|`[String]`|false |named |False |
5655

5756
#### **PassThru**
5857

5958
|Type |Required|Position|PipelineInput|
6059
|----------|--------|--------|-------------|
61-
|`[switch]`|false |Named |false |
60+
|`[Switch]`|false |named |False |
6261

6362
#### **Scale**
6463

6564
|Type |Required|Position|PipelineInput|
6665
|-------|--------|--------|-------------|
67-
|`[int]`|false |0 |false |
66+
|`[Int]`|false |named |False |
6867

6968
#### **ShaderText**
7069

7170
|Type |Required|Position|PipelineInput|Aliases |
7271
|----------|--------|--------|-------------|-------------|
73-
|`[string]`|false |6 |false |ShaderContent|
72+
|`[String]`|false |named |False |ShaderContent|
7473

7574
#### **SourceName**
7675

77-
|Type |Required|Position|PipelineInput |Aliases |
78-
|----------|--------|--------|---------------------|-------------|
79-
|`[string]`|false |4 |true (ByPropertyName)|SceneItemName|
76+
|Type |Required|Position|PipelineInput|Aliases |
77+
|----------|--------|--------|-------------|-------------|
78+
|`[String]`|false |named |False |SceneItemName|
8079

8180
#### **UseShaderTime**
8281

8382
|Type |Required|Position|PipelineInput|
8483
|----------|--------|--------|-------------|
85-
|`[switch]`|false |Named |false |
84+
|`[Switch]`|false |named |False |
8685

8786
---
8887

@@ -98,11 +97,5 @@ System.String
9897

9998
### Syntax
10099
```PowerShell
101-
syntaxItem
102-
```
103-
```PowerShell
104-
----------
105-
```
106-
```PowerShell
107-
{@{name=Get-OBSAsciiShader; CommonParameters=True; parameter=System.Object[]}}
100+
Get-OBSAsciiShader [[-Scale] <Int>] [[-BaseColor] <String>] [-Monochrome <Switch>] [[-CharacterSet] <Int>] [[-Note] <String>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
108101
```

0 commit comments

Comments
 (0)