zephyr/include/shell
Jakub Rzeszutko 7e46765153 shell: add getopt library support
This functionality is is enabled by setting CONFIG_SHELL_GETOPT.
It is not active by default.

User can call following functions inside command handlers:
 - shell_getopt - getopt function based on freebsd implementation
 - shell_getopt_status_get - returns getopt status

Beware when getopt functionality is enabled shell will not parse
command handler to look for "-h" or "--help" options and print
help message automatically.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2021-03-01 09:50:32 -05:00
..
shell.h shell: add getopt library support 2021-03-01 09:50:32 -05:00
shell_dummy.h
shell_fprintf.h shell: internal api update: fprintf 2021-01-14 12:07:25 +01:00
shell_getopt.h shell: add getopt library support 2021-03-01 09:50:32 -05:00
shell_history.h shell: internal api update: history module 2021-01-14 12:07:25 +01:00
shell_log_backend.h shell: internal api update: log backend 2021-01-14 12:07:25 +01:00
shell_rtt.h
shell_telnet.h
shell_types.h
shell_uart.h shell: internal api update: uart backend 2021-01-14 12:07:25 +01:00