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