On Wed, May 14, 2025 at 02:02:12PM +0100, Anatoly Burakov wrote: > When using '?' to find commands, it occasionally is difficult to find the > needed commands because all commands are not in alphabetical order, but > rather can be ordered rather arbitrarily. > > To address this, use help string to order commands. This sacrifices some > amount of grouping (i.e. when tm commands go one after another), but may > improve discoverability (and most similar commands tend to have similar > help strings and will be located closer together anyway). > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > app/test-pmd/cmdline.c | 82 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 82 insertions(+) >
+1 to sorting Acked-by: Bruce Richardson <bruce.richard...@intel.com>