zephyr/samples/subsys/shell/shell_module
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
..
src shell: remove "options" concept 2018-12-05 15:15:44 +01:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
prj_minimal.conf logging: Add uart backend dependency to shell uart backend 2018-11-13 09:17:05 -05:00
prj.conf logging: Add uart backend dependency to shell uart backend 2018-11-13 09:17:05 -05:00
sample.yaml tests/samples: cleanup tags 2018-10-16 09:17:51 -04:00