Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of optional struct-typed command arguments in chip-tool.
AddArgument documents that for "complex" (i.e. list and struct) arguments there is no automatic type-based handling of optionality and the "kOptional" flag needs to be passed in explicitly. But the generated code was not doing that.
- Loading branch information