D | shell.h | 112 uint8_t mandatory; /*!< Number of mandatory arguments. */ member 231 mandatory, optional) \ argument 233 SHELL_CMD_ARG(syntax, subcmd, help, handler, mandatory, optional); \ 262 mandatory, optional) \ argument 267 mandatory, optional) \ 494 .args = { .mandatory = _mand, .optional = _opt} \
|