6 references to ShellType
dotnet-suggest (6)
SuggestionDispatcher.cs (2)
23
var shellTypeArgument = new Argument<
ShellType
>(nameof(
ShellType
));
SuggestionShellScriptHandler.cs (4)
11
public static void Handle(TextWriter output,
ShellType
shellType)
15
case
ShellType
.Bash:
18
case
ShellType
.PowerShell:
21
case
ShellType
.Zsh: