zephyr/subsys/shell
Jakub Rzeszutko 5451ff2848 shell: remove "options" concept
Removing help "options" from shell API.

Currently SHELL_OPT macro is not used by users. What is more
commit: a89690d10f ignores possible options created in
command handler by the user. As a result they are not printed
in help message.

Second, currntly implemented "options" in command handlers options are
implemented without SHELL_OPT macro.

And last but not least this change will allow to implement
help handler in a way that user will not need to think about calling
functions printing help in a command handler.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-12-05 15:15:44 +01:00
..
modules misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
CMakeLists.txt shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
Kconfig shell: Fix thread priority 2018-12-05 10:37:45 +01:00
Kconfig.backends shell: Refactor RTT backend 2018-12-04 16:24:44 -05:00
legacy_shell.c
shell_cmds.c shell: remove "options" concept 2018-12-05 15:15:44 +01:00
shell_dummy.c shell: fix shell thread name 2018-11-19 11:40:05 -05:00
shell_fprintf.c shell: parsing output LF character 2018-10-10 10:45:28 +02:00
shell_history.c shell: fix history feature 2018-10-24 14:31:25 +01:00
shell_log_backend.c shell: Fix log messages queueing for multiple instances 2018-11-22 13:14:49 -05:00
shell_ops.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
shell_ops.h
shell_rtt.c ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
shell_service.c
shell_uart.c shell: enable UART backend without interrupts 2018-11-21 22:41:21 -05:00
shell_utils.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
shell_utils.h shell: utils: Remove dead code 2018-11-30 08:06:40 -08:00
shell_vt100.h
shell_wildcard.c shell: fix assert in wildcard plugin 2018-10-29 09:58:08 +00:00
shell_wildcard.h
shell.c shell: remove "options" concept 2018-12-05 15:15:44 +01:00