Files
board-mate/esp32-thread/open-thread-rcp/components/components/console/Kconfig
2025-12-24 16:07:10 +01:00

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