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