Shell: Remove reference to alphabetically sorted
It is no longer required to have the command table alphabetically sorted. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
bd3a4e5fe5
commit
bbaa374afa
2 changed files with 1 additions and 13 deletions
|
@ -446,10 +446,6 @@ static int cmd_resize(const struct shell *shell, size_t argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Warning!
|
||||
* Subcommands must be placed in alphabetical order to ensure correct
|
||||
* autocompletion.
|
||||
*/
|
||||
SHELL_CREATE_STATIC_SUBCMD_SET(m_sub_colors)
|
||||
{
|
||||
SHELL_CMD(off, NULL, SHELL_HELP_COLORS_OFF, cmd_colors_off),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue