mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
menu "Console Library"
|
|
|
|
config CONSOLE_SORTED_HELP
|
|
bool "Enable sorted help"
|
|
default n
|
|
help
|
|
Instead of listing the commands in the order of registration, the help command lists
|
|
the available commands in sorted order, if this option is enabled.
|
|
|
|
endmenu
|