Skip to content

Commit a19bc75

Browse files
author
James Brundage
committed
Merge branch 'Show-OBS' of https://github.com/StartAutomating/obs-powershell into Show-OBS
2 parents f982e08 + 6ee6de6 commit a19bc75

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/Show-OBS.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,21 @@ If not set, you will get an error if a source with the same name exists.
146146

147147

148148

149+
|Type |Required|Position|PipelineInput |
150+
|----------|--------|--------|---------------------|
151+
|`[Switch]`|false |named |true (ByPropertyName)|
152+
153+
154+
155+
#### **FitToScreen**
156+
157+
If set, will make the input become the size of the screen.
158+
159+
160+
161+
162+
163+
149164
|Type |Required|Position|PipelineInput |
150165
|----------|--------|--------|---------------------|
151166
|`[Switch]`|false |named |true (ByPropertyName)|
@@ -159,5 +174,5 @@ If not set, you will get an error if a source with the same name exists.
159174

160175
### Syntax
161176
```PowerShell
162-
Show-OBS [-FilePath] <String> [[-Name] <String>] [[-RootPath] <String>] [[-Scene] <String>] [[-Opacity] <Double>] [[-SourceParameter] <IDictionary>] [-Force] [<CommonParameters>]
177+
Show-OBS [-FilePath] <String> [[-Name] <String>] [[-RootPath] <String>] [[-Scene] <String>] [[-Opacity] <Double>] [[-SourceParameter] <IDictionary>] [-Force] [-FitToScreen] [<CommonParameters>]
163178
```

0 commit comments

Comments
 (0)