Skip to content

Commit 8fa0a3d

Browse files
committed
Adds .OUTPUTS to the Get-OperatingSystem documentation.
1 parent 67df711 commit 8fa0a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ class UnityVersion : System.IComparable {
194194
Easy way to determine the current operating system platform being executed on.
195195
.DESCRIPTION
196196
Determine which operating system that's executing the script for things like path variants.
197+
.OUTPUTS
198+
Get-OperatingSystem returns a [OperatingSystem] enumeration based off the Powershell platform being run on.
197199
.EXAMPLE
198200
$OS = Get-OperatingSystem
199201
.EXAMPLE

0 commit comments

Comments
 (0)