mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
minor changes
This commit is contained in:
@@ -81,8 +81,6 @@ size_t Shell::vprintf(const char * format, va_list ap) {
|
||||
}
|
||||
|
||||
void Shell::print_all_available_commands() {
|
||||
// TODO add back sorting of commands?
|
||||
|
||||
for (auto & available_command : available_commands()) {
|
||||
CommandLine command_line{available_command.name(), available_command.arguments()};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user