zephyr/subsys/shell
Marcin Niestroj 62b985409e shell: fix showing 'command not found'
After recent changes to shell, there is no more "no_such_command:
command not found" message when executing non-existing command. Restore
that message, so users are warned once again about wrong command,
instead of silently ignoring their request.

Fixes: 512de5ecac ("shell: Refactor command execution to enable raw
  arguments")
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-03 10:23:24 +02:00
..
modules
CMakeLists.txt
Kconfig shell: Move default terminal width and height to Kconfig 2020-05-13 11:28:41 +02:00
Kconfig.backends
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: Move default terminal width and height to Kconfig 2020-05-13 11:28:41 +02:00
shell_dummy.c
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h shell: Move default terminal width and height to Kconfig 2020-05-13 11:28:41 +02:00
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c
shell_uart.c drivers: susbsys: Check errors on devices selected using dt macro 2020-05-25 11:43:14 +02:00
shell_utils.c
shell_utils.h shell: Move default terminal width and height to Kconfig 2020-05-13 11:28:41 +02:00
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: fix showing 'command not found' 2020-06-03 10:23:24 +02:00