3 references to DetectShell
aspire (1)
Commands\CompletionsCommand.cs (1)
40var shell = parseResult.GetValue(_shellArgument) ?? CompletionScripts.DetectShell(_environment);
Aspire.Cli.Tests (2)
Commands\CompletionsCommandTests.cs (2)
52Assert.Equal(expected, CompletionScripts.DetectShell(environment)); 58Assert.Equal("pwsh", CompletionScripts.DetectShell(TestEnvironment.CreateWindows()));