Commands\CompletionScriptTests.cs (8)
47var output = await RunShellAsync("pwsh", ["-NoLogo", "-NoProfile", "-NonInteractive", "-EncodedCommand", Convert.ToBase64String(Encoding.Unicode.GetBytes(script))],
80var output = await RunShellAsync("pwsh", ["-NoLogo", "-NoProfile", "-NonInteractive", "-EncodedCommand", Convert.ToBase64String(Encoding.Unicode.GetBytes(script))],
119var output = await RunShellAsync("bash", ["--noprofile", "--norc", "-c", script.ReplaceLineEndings("\n")],
166var output = await RunShellAsync("bash", ["--noprofile", "--norc", "-c", script.ReplaceLineEndings("\n")],
203var expected = await RunShellAsync("bash", ["--noprofile", "--norc", "-c", script.ReplaceLineEndings("\n")],
234var output = await RunShellAsync("fish", ["--no-config", "-c", script.ReplaceLineEndings("\n")],
252var output = await RunShellAsync("zsh", ["-f", "-c", script.ReplaceLineEndings("\n")],
291var output = await RunShellAsync("zsh", ["-f", "-c", script.ReplaceLineEndings("\n")],