From aaca4fdce33d14e443ad4bf17f603c34101a2a94 Mon Sep 17 00:00:00 2001 From: purarue <7804791+purarue@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:10:02 -0800 Subject: [PATCH] note to use both flags --- my/core/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my/core/__main__.py b/my/core/__main__.py index 8da0ed4..92908ba 100644 --- a/my/core/__main__.py +++ b/my/core/__main__.py @@ -539,8 +539,8 @@ def query_hpi_functions( input_src = chain(*(f() for f in _locate_functions_or_prompt(qualified_names))) # NOTE: if passing just one function to this which returns a single namedtuple/dataclass, - # using --order-key will often be faster as it does not need to duplicate the iterator in memory, - # or try to find the --order-value type on each object before sorting + # using both --order-key and --order-value will often be faster as it does not need to + # duplicate the iterator in memory, or try to find the --order-value type on each object before sorting res = select_range( input_src, order_key=order_key,