D | shell.h | 107 uint8_t optional; /*!< Number of optional arguments. */ member 197 mandatory, optional) \ argument 199 SHELL_CMD_ARG(syntax, subcmd, help, handler, mandatory, optional); \ 228 mandatory, optional) \ argument 233 mandatory, optional) \ 458 .args = { .mandatory = _mand, .optional = _opt} \
|