3 references to MakeSafeFunctionName
System.CommandLine.StaticCompletions (3)
shells\BashShellProvider.cs (2)
23var initialFunctionName = command.FunctionName().MakeSafeFunctionName(); 35var functionName = command.FunctionName(parentCommandNames).MakeSafeFunctionName();
shells\FishShellProvider.cs (1)
23var safeName = command.Name.MakeSafeFunctionName();