Skip to content

Conversation

mister-liss
Copy link

@mister-liss mister-liss commented Apr 27, 2018

Resolves #97

@mister-liss mister-liss requested a review from jwittner April 27, 2018 20:57
@@ -733,7 +733,7 @@ function Get-UnityProjectInstance {
function Start-UnityEditor {
[CmdletBinding(SupportsShouldProcess, DefaultParameterSetName = "Context")]
param(
[parameter(Mandatory = $false, ValueFromPipeline = $true, ParameterSetName = 'Projects')]
[parameter(Mandatory = $false, ValueFromPipeline = $true, ParameterSetName = 'Projects', Position = 0)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to set the position for all the parameter sets it's involved in?

@jwittner
Copy link
Member

Worked great locally!

@jwittner jwittner merged commit f09d79c into microsoft:develop Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants