5 implementations of Extension
System.CommandLine.StaticCompletions (5)
shells\BashShellProvider.cs (1)
16
public string
Extension
=> "sh";
shells\FishShellProvider.cs (1)
12
public string
Extension
=> "fish";
shells\NuShellShellProvider.cs (1)
12
public string
Extension
=> "nu";
shells\PowershellShellProvider.cs (1)
17
public string
Extension
=> "ps1";
shells\ZshShellProvider.cs (1)
13
public string
Extension
=> "zsh";
2 references to Extension
dotnet.Tests (1)
CompletionTests\DotnetCliSnapshotTests.cs (1)
31
await Verify(target: completions, extension: provider.
Extension
, settings: settings);
System.CommandLine.StaticCompletions.Tests (1)
VerifyExtensions.cs (1)
35
await Verifier.Verify(target: completions, extension: provider.
Extension
, settings: settings, sourceFile: sourceFile);