fix #47 now calling a continued command even without new input data

added integration tests
This commit is contained in:
prozessorkern
2020-05-01 13:19:33 +02:00
parent ebf65d7448
commit c74e37b846
7 changed files with 396 additions and 15 deletions

View File

@@ -77,6 +77,7 @@ typedef struct
*/
typedef struct
{
uint32_t argStart; /**< start of the arguments of the command */
uint32_t offset; /**< current offset of the option parser */
uint32_t nextOffset; /**< offset of the next hunk */
uint32_t len; /**< length of the current hunk */