2 references to PathArgument
dotnet (2)
Commands\Hidden\Complete\CompleteCommand.cs (1)
54var input = complete.GetValue(CompleteCommandParser.PathArgument) ?? string.Empty;
Commands\Hidden\Complete\CompleteCommandParser.cs (1)
33command.Arguments.Add(PathArgument);