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