D | shell.h | 113 uint8_t optional; /*!< Number of optional arguments. */ member 253 mandatory, optional) \ argument 255 SHELL_CMD_ARG(syntax, subcmd, help, handler, mandatory, optional); \ 284 mandatory, optional) \ argument 289 mandatory, optional) \ 516 .args = { .mandatory = _mand, .optional = _opt} \
|