X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmain.c;h=1d1ba0a1d24d31dbb0b75bc93b1d03f2f3ac818d;hb=b8b8d15d228be65ae62db08e4163d34e958e7766;hp=5c2b146f9245b9da1903bf29fcbee458b588b37b;hpb=e9d94ae68f4081b25c4d278cea49b51354062e7d;p=collection4.git diff --git a/src/main.c b/src/main.c index 5c2b146..1d1ba0a 100644 --- a/src/main.c +++ b/src/main.c @@ -15,6 +15,8 @@ #include "action_graph.h" #include "action_list_graphs.h" +#include "action_search_json.h" +#include "action_show_instance.h" /* Include this last, so the macro magic of doesn't interfere * with our own header files. */ @@ -34,6 +36,8 @@ static const action_t actions[] = { { "graph", action_graph }, { "list_graphs", action_list_graphs }, + { "search_json", action_search_json }, + { "show_instance", action_show_instance }, { "usage", action_usage } }; static const size_t actions_num = sizeof (actions) / sizeof (actions[0]);