X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=cli.c;h=6bfb44ebd2b6b76b97462032aa453987e07a7030;hp=de159473cb58077b2426a9c97eb5ebf9cd72b312;hb=a9ee3ef0cf20d8a7a807d46db4dfa48e072cca51;hpb=f60010a4243f4ed134062ffd387b386ec9476cf4 diff --git a/cli.c b/cli.c index de15947..6bfb44e 100644 --- a/cli.c +++ b/cli.c @@ -27,6 +27,8 @@ static const char *format_type(void *priv, struct blob_attr *attr) [BLOBMSG_TYPE_INT8] = "\"Boolean\"", [BLOBMSG_TYPE_INT32] = "\"Integer\"", [BLOBMSG_TYPE_STRING] = "\"String\"", + [BLOBMSG_TYPE_ARRAY] = "\"Array\"", + [BLOBMSG_TYPE_TABLE] = "\"Table\"", }; const char *type = NULL; int typeid;