2 references to MakeSafeFunctionName
System.CommandLine.StaticCompletions (2)
shells\BashShellProvider.cs (2)
25
var initialFunctionName = command.FunctionName().
MakeSafeFunctionName
();
37
var functionName = command.FunctionName(parentCommandNames).
MakeSafeFunctionName
();