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