X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmain.c;h=1132cba80dcda7ed1c666660e1022e53b07f5e92;hb=5dd3410614f199791a773e82bc4236c6ea6e7e5c;hp=5dc526422735559e5f9547ad7069f4e0f85dab73;hpb=6261a817494a678f8bc5dca6718c54c51e6421e0;p=collection4.git diff --git a/src/main.c b/src/main.c index 5dc5264..1132cba 100644 --- a/src/main.c +++ b/src/main.c @@ -40,6 +40,7 @@ #include "action_list_graphs.h" #include "action_search_json.h" #include "action_show_graph.h" +#include "action_show_graph_json.h" #include "action_show_instance.h" /* Include this last, so the macro magic of doesn't interfere @@ -62,6 +63,7 @@ static const action_t actions[] = { "list_graphs", action_list_graphs }, { "search_json", action_search_json }, { "show_graph", action_show_graph }, + { "show_graph_json", action_show_graph_json }, { "show_instance", action_show_instance }, { "usage", action_usage } };