iwasm: Print help when meeting unknown cmd options (#2824)
This commit is contained in:
@ -156,6 +156,9 @@ libc_wasi_parse(char *arg, libc_wasi_parse_context_t *ctx)
|
|||||||
}
|
}
|
||||||
ctx->ns_lookup_pool[ctx->ns_lookup_pool_size++] = arg + 16;
|
ctx->ns_lookup_pool[ctx->ns_lookup_pool_size++] = arg + 16;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
return LIBC_WASI_PARSE_RESULT_NEED_HELP;
|
||||||
|
}
|
||||||
return LIBC_WASI_PARSE_RESULT_OK;
|
return LIBC_WASI_PARSE_RESULT_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user