nvme-builtin: sort command list as alphabetical order#2750
nvme-builtin: sort command list as alphabetical order#2750igaw merged 1 commit intolinux-nvme:masterfrom
Conversation
|
@MatiasBjorling updated the order of the zns commands so that most used come first. I don't know if we should order them or not. I see value in both orders. We could also make sections if this would help, like the main commands like |
|
Understood so I will do try to consider more if any option or etc,. to sort the order can be added or not. Thank you. |
|
Thank you. If possible, I like to maintain a kind of "highlight" of the most used commands, making it easier to guide the user towards the commands that they're most likely to need. |
|
Thank you for your advice. I will do consider later. |
If any string specified by the help command then listed only commands including the string. This is to make easier to guide the commands. Signed-off-by: Tokunori Ikegami <[email protected]>
11cc967 to
3376c46
Compare
|
@igaw Changed the commit to filter the help command list instead of the sort changes. |
|
Thanks! |
This is to find easily the sub-commands name from the help list.