2 references to AppendCommandToPath
System.CommandLine.StaticCompletions (2)
shells\ZshShellProvider.cs (2)
206
var pathToSubcommand =
AppendCommandToPath
(pathToCurrentCommand, subcommand);
275
var pathToSubcommand =
AppendCommandToPath
(pathToThisCommand, subcommand);