X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmain.c;h=1132cba80dcda7ed1c666660e1022e53b07f5e92;hb=8fca1d79d089342400381c3bd8e1c717d34ce9b1;hp=de252ebba39cf58709d132bfc9fb338e2d8e2c9b;hpb=b988bcc13c655299bc3796cccaa583f62704e759;p=collection4.git diff --git a/src/main.c b/src/main.c index de252eb..1132cba 100644 --- a/src/main.c +++ b/src/main.c @@ -39,6 +39,8 @@ #include "action_graph.h" #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 @@ -60,6 +62,8 @@ static const action_t actions[] = { "graph", action_graph }, { "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 } };