X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmain.c;h=5dc526422735559e5f9547ad7069f4e0f85dab73;hb=9afcb39fe9a6c40e37404f2cf801494319699263;hp=de252ebba39cf58709d132bfc9fb338e2d8e2c9b;hpb=b988bcc13c655299bc3796cccaa583f62704e759;p=collection4.git diff --git a/src/main.c b/src/main.c index de252eb..5dc5264 100644 --- a/src/main.c +++ b/src/main.c @@ -39,6 +39,7 @@ #include "action_graph.h" #include "action_list_graphs.h" #include "action_search_json.h" +#include "action_show_graph.h" #include "action_show_instance.h" /* Include this last, so the macro magic of doesn't interfere @@ -60,6 +61,7 @@ static const action_t actions[] = { "graph", action_graph }, { "list_graphs", action_list_graphs }, { "search_json", action_search_json }, + { "show_graph", action_show_graph }, { "show_instance", action_show_instance }, { "usage", action_usage } };