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