D | shell.h | 112 uint8_t mandatory; /*!< Number of mandatory 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} \
|